@charset "utf-8";


.link-color{
	color: #ea352d;
	background: rgba(234,53,45,0.5);
}
.re{
	width: 100%;
	height: 100%;
	position: relative;
}

.background-video.hidden{
	display: none;
	opacity: 0;
	visibility: hidden;
}

span.ex{
	color: #26C6DA;
	font-weight: bold;
}

.ff{background: #fff;}
.f7{background: #f7f7f7;}
.ef{background: #efefef;}
.e7{background: #e7e7e7;}
.dd{background: #ddd;}

/* COLORバリエーション -----------------------*/
.cl-web{
	color: #ef5350 !important;
}
.cl-app{
	color: #26C6DA !important;
}
.cl-system{
	color: #448AFF !important;
}
.cl-logo{
	color: #C0CA33 !important;
}
.cl-flyer{
	color: #FFA726 !important;
}
.cl-news{
	color: #448AFF !important;
}
.cl-wp{
	color: #26A69A !important;
}
.cl-hobby{
	color: #FFA726 !important;
}
.cl-gadget{
	color: #C0CA33 !important;
}
.cl-fa{
	color: #3b5999 !important;
}
.cl-tw{
	color: #55acee !important;
}
.cl-fe{
	color: #6cc655 !important;
}
/* BG-COLORバリエーション -----------------------*/
.bg-cl-web{
	background-color: #ef5350 !important;
}
.bg-cl-app{
	background-color: #26C6DA !important;
}
.bg-cl-system{
	background-color: #448AFF !important;
}
.bg-cl-logo{
	background-color: #C0CA33 !important;
}
.bg-cl-flyer{
	background-color: #FFA726 !important;
}
.bg-cl-news{
	background-color: #448AFF !important;
}
.bg-cl-wp{
	background-color: #26A69A !important;
}
.bg-cl-hobby{
	background-color: #FFA726 !important;
}
.bg-cl-gadget{
	background-color: #C0CA33 !important;
}
.bg-cl-fa{
	background-color: #3b5999 !important;
}
.bg-cl-tw{
	background-color: #55acee !important;
}
.bg-cl-fe{
	background-color: #6cc655 !important;
}
/*================================================

* BTN *

================================================*/
.btn01{
	text-align: center;
	width: 90%;
	max-width: 280px;
	margin:0 auto;
	color: #fff;
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 4px;
	display: block;
	pointer-events: auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition:all .25s ease-in-out;
}
.btn01 .text{
	width: 80%;
	background: #ea352d;
	color: #fff;
	padding: 1rem;
	text-align: center;
	font-family: "font01","font02-m";
	transition:all .25s ease-in-out;
}
.btn01 .plus{
	width: 20%;
	border-left: 1px solid #cd332a;
	background: #d6372d;
	position: relative;
	transition:all .25s ease-in-out;
}
.btn01 .plus span:nth-child(1){
	position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
	height: 2px;
	width: 15px;
	border-radius: 25%;
	content: "";
	background: #fff;
	transition:all .25s ease-in-out;
}
.btn01 .plus span:nth-child(2){
	position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
	height: 2px;
	width: 15px;
	border-radius: 25%;
	content: "";
	background: #fff;
	transform: rotate(-90deg);
	transition:all .25s ease-in-out;
}

		.btn01:hover{
			text-align: center;
			max-width: 280px;
			margin:0 auto;
			color: #fff;
			position: relative;
			margin-top: 2.2rem;
			margin-bottom: 0.8rem;
			box-shadow: 0 13px 36px rgba(0,0,0,0.1), 0 13px 36px rgba(0,0,0,0.15);;
			transition:all .25s ease-in-out;
		}
		.btn01:hover .text:nth-child(1){
			background: #f7524b;
			transition:all .25s ease-in-out;
		}
		.btn01:hover .plus:nth-child(2){
			background: #e14a40;
			border-left: 1px solid #d9463d;
			transition:all .25s ease-in-out;
		}
		.btn01:hover .plus span:nth-child(1){
			position: absolute;margin: auto;top: 0.3rem;right: 0;bottom: 0;left: 0;
			height: 2px;
			width: 10px;
			border-radius: 0%;
			transform: rotate(-35deg);
			transition:all .25s ease-in-out;
		}
		.btn01:hover .plus span:nth-child(2){
			position: absolute;margin: auto;top: 0;right: 0;bottom: 0.3rem;left: 0;
			height: 2px;
			width: 10px;
			border-radius: 0%;
			transform: rotate(35deg);
			transition:all .25s ease-in-out;
		}
/*================================================

* MENU - BTN *

================================================*/

.menu-icon{
	position: fixed;
	top:1rem;
	right: 1rem;
	width: 50px;
	height: 50px;
	background: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.3);
	z-index: 9991;
	transition:all .5s ease-in-out;
	pointer-events: auto;
}

.menu-icon span{
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background: rgba(120,120,120,1);
	content: "";
	opacity: 1;
	position: absolute;
	transition:all .5s ease-in-out;
}
	.menu-icon span:nth-child(1){
		height: 3px;
		width: 3px;
		transform:translate3d(13px,23px,0);
		transition-delay: 0.3s;
	}
	.menu-icon span:nth-child(2){
		height: 3px;
		width: 3px;
		transform:translate3d(23px,23px,0);
		transition-delay: 0.3s;
	}
	.menu-icon span:nth-child(3){
		height: 3px;
		width: 3px;
		transform:translate3d(33px,23px,0);
		transition-delay: 0.3s;
	}

	.menu-icon span:nth-child(4){
		height: 2px;
		width: 50%;
		border-radius: 10%;
		opacity: 1;
		transform: scale3d(0,0,0) rotate(45deg) ;
		position: absolute;margin: auto;top: 0;right: 0;left: 0;bottom: 0;
		transition-duration: 0.15s;
		transition-delay: 0s;
		transition-timing-function: ease-in-out;
		overflow: hidden;
	}
	.menu-icon span:nth-child(5){
		height: 2px;
		width: 50%;
		border-radius: 10%;
		opacity: 1;
		transform: scale3d(0,0,0) rotate(-45deg) ;
		position: absolute;margin: auto;top: 0;right: 0;left: 0;bottom: 0;
		transition-duration: 0.15s;
		transition-delay: 0s;
		transition-timing-function: ease-in-out;
		overflow: hidden;
	}

				.menu-icon.show span:nth-child(1),
				.menu-icon.show span:nth-child(2),
				.menu-icon.show span:nth-child(3){
					transform: translate3d(23px,23px,0);
					transition-duration: 0.3s;
					opacity: 0;
					transition-timing-function: ease-in-out;
					transition-delay: 0s;
				}

				.menu-icon.show span:nth-child(4){
					opacity: 1;
					transform: scale3d(1,1,1) rotate(45deg) ;
					transition-delay: 0.3s;
					transition-duration: 0.15s;
					transition-timing-function: ease-in-out;
					overflow: hidden;
				}
				.menu-icon.show span:nth-child(5){
					opacity: 1;
					transform: scale3d(1,1,1) rotate(-45deg) ;
					transition-delay: 0.3s;
					transition-duration: 0.15s;
					transition-timing-function: ease-in-out;
					overflow: hidden;
				}
				.span-one.none{
					visibility: hidden;
				}
/*================================================

* MENU - WRAP *

================================================*/

.logo-home{
	position: fixed;
	top: 1rem;
	left: 1rem;
	width: 100%;
	max-width: 180px;
	z-index: 8000;
}

.main-menu-wrap{
	width: 80%;
	height: 90%;
	max-width: 480px;
	max-height: 900px;
	position: fixed;
	top: 1rem;
	right: 1rem;
	background: #fff;
	z-index: 9990;
	-webkit-box-shadow: 0px 50px 50px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 50px 50px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 50px 50px 0px rgba(0,0,0,0.4);
	transition:all .25s ease-in-out;
	transform: translate3d(-1rem,1rem,0) scale3d(1,1,1);
		-webkit-transform: translate3d(-1rem,1rem,0) scale3d(1,1,1);
		-moz-transform: translate3d(-1rem,1rem,0) scale3d(1,1,1);
		-ms-transform: translate3d(-1rem,1rem,0) scale3d(1,1,1);
		-o-transform: translate3d(-1rem,1rem,0) scale3d(1,1,1);
	transform-origin: 100% 0%;
		-webkit-transform-origin: 100% 0%;
		-moz-transform-origin: 100% 0%;
		-ms-transform-origin: 100% 0%;
		-o-transform-origin: 100% 0%;
}
		/*----------- SHOW STYLE -------------*/
				.main-menu-wrap.show{
					width: 80%;
					height: 90%;
					max-width: 480px;
					position: fixed;
					top: 1rem;
					right: 1rem;
					background: #fff;
					z-index: 9990;
					-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
					-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
					box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
					transition:all .15s ease-in-out;
					transform: translate3d(0,0,0);
						-webkit-transform: translate3d(0,0,0) scale3d(0,0,0);
						-moz-transform: translate3d(0,0,0) scale3d(0,0,0);
						-ms-transform: translate3d(0,0,0) scale3d(0,0,0);
						-o-transform: translate3d(0,0,0) scale3d(0,0,0);
					transform-origin: 100% 0%;
						-webkit-transform-origin: 100% 0%;
						-moz-transform-origin: 100% 0%;
						-ms-transform-origin: 100% 0%;
						-o-transform-origin: 100% 0%;
				}
				.main-menu-wrap.show .tse-scroll-content{
					width: 100% !important;
					height: 100% !important;
					transition:all .25s ease-in-out;
				}
.main-menu-re{
	width: 100%;
	height: 100%;
	position: relative;
}
.tse-scrollbar{
	z-index: 9999 !important;
}

/* メニューリスト (17/04/14) -----------------------*/
.main-menu-wrap ul li{
	width: 100%;
}
.main-menu-wrap a {
	display: block;
	border-left: 1rem solid;
	color: rgba(110,110,110,1);
}
		.main-menu-wrap a:nth-child(odd){
			background: #fff;
		}
		.main-menu-wrap a:nth-child(even){
			background: #f7f7f7;
		}
		.main-menu-wrap ul li > div:nth-child(odd){
			width: 20%;
		}
		.main-menu-wrap ul li > div:nth-child(even){
			padding: 2rem 0rem;
			width: 80%;
		}
			/* メニューリスト項目別設定 */
			.main-menu-wrap a.a {/*弊社について*/
				border-left: 1rem solid #CFD8DC;
			}
					.main-menu-wrap a.a li > div:nth-child(odd) {
						background: url(../img/icons/icon-about.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.b {/*ブログ*/
				border-left: 1rem solid #B0BEC5;
			}
					.main-menu-wrap a.b li > div:nth-child(odd) {
						background: url(../img/icons/icon-blog.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.c {/*制作実績*/
				border-left: 1rem solid #90A4AE;
			}
					.main-menu-wrap a.c li > div:nth-child(odd) {
						background: url(../img/icons/icon-portfolio.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.d {/*ウェブサイト制作*/
				color: #ef5350;
			}
					.main-menu-wrap a.d li > div:nth-child(odd) {
						background: url(../img/icons/icon-desktop.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.e {/*アプリ制作*/
				color: #26C6DA;
			}
					.main-menu-wrap a.e li > div:nth-child(odd) {
						background: url(../img/icons/icon-mobile.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.f {/*システム開発*/
				color: #448AFF;
				pointer-events: none;
			}
					.main-menu-wrap a.f li > div:nth-child(odd) {
						background: url(../img/icons/icon-system.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.g {/*ロゴ / イラスト デザイン*/
				color: #C0CA33;
				pointer-events: none;
			}
					.main-menu-wrap a.g li > div:nth-child(odd) {
						background: url(../img/icons/icon-logo.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.h {/*チラシ / フライヤー デザイン*/
				color: #FFA726;
				pointer-events: none;
			}
					.main-menu-wrap a.h li > div:nth-child(odd) {
						background: url(../img/icons/icon-flyer.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.i {/*お問い合わせ*/
				border-left: 1rem solid #90A4AE;
			}
					.main-menu-wrap a.i li > div:nth-child(odd) {
						background: url(../img/icons/icon-mail.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.j {/*FaceBook Page*/
				color: #3b5999;
				font-family: "font01";
			}
					.main-menu-wrap a.j li > div:nth-child(odd) {
						background: url(../img/icons/icon-fb.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.k {/*Twitter Follow*/
				color: #55acee;
				font-family: "font01";
			}
					.main-menu-wrap a.k li > div:nth-child(odd) {
						background: url(../img/icons/icon-tw.svg)no-repeat center center;
						background-size: 80% 80%;
					}
			.main-menu-wrap a.l {/*FEEDLY*/
				color: #6cc655;
				font-family: "font01";
			}
					.main-menu-wrap a.l li > div:nth-child(odd) {
						background: url(../img/icons/sns-fe.svg)no-repeat center center;
						background-size: 45% 45%;
					}
/* 表示アニメーション設定 */
.main-menu-wrap.show ul a li{
	opacity: 0;
	transform: translate3d(5rem,0rem,1rem);
}
.main-menu-wrap ul a li{
	opacity: 1;
	transform: translate3d(0rem,0rem,0rem);
	transition: 0.5s;
}
		.main-menu-wrap ul a.b li{
			transition-delay: 0.03s;
		}
		.main-menu-wrap ul a.c li{
			transition-delay: 0.06s;
		}
		.main-menu-wrap ul a.d li{
			transition-delay: 0.09s;
		}
		.main-menu-wrap ul a.e li{
			transition-delay: 0.12s;
		}
		.main-menu-wrap ul a.f li{
			transition-delay: 0.15s;
		}
		.main-menu-wrap ul a.g li{
			transition-delay: 0.18s;
		}
		.main-menu-wrap ul a.h li{
			transition-delay: 0.21s;
		}
		.main-menu-wrap ul a.i li{
			transition-delay: 0.24s;
		}
		.main-menu-wrap ul a.j li{
			transition-delay: 0.27s;
		}
		.main-menu-wrap ul a.k li{
			transition-delay: 0.3s;
		}
		.main-menu-wrap ul a.l li{
			transition-delay: 0.33s;
		}
/* ** */
@media only screen and (max-width: 1240px) {
/* ** */}
@media only screen and (max-width: 1024px) {
/* ** */}
@media only screen and (max-width: 768px) {
.menu-icon{
	top:0.5rem;
	right: 0.5rem;
}
.logo-home{
	top: 0.5rem;
	left: 0.5rem;
	max-width: 140px;
}
.main-menu-wrap,
.main-menu-wrap.show{
	width: 90%;
	top: 0rem;
	right: 0rem;
}
/* ** */}
@media only screen and (max-width: 480px) {
/* ** */}
/*================================================

* TOP *

================================================*/
.logo-wrap{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../img/logo02.svg)no-repeat;
	background-position: 50% 51%;
	background-size: 100% auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 1;
	visibility: visible;
	transition:all .35s ease-in-out;
}
	.logo-wrap.hidden{
		opacity: 0;
		visibility: hidden;
		transition:all .35s ease-in-out;
	}

.top-wrap{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.top-wrap .p1240{
	position: relative;
	height: 100%;
}
.top-wrap .p1240 img{
	position: absolute;margin: auto;top: 25%;right:0;left:0;
	width: 100%;
}

/*================================================

* ABOUT *

================================================*/

.about-wrap{
	width: 100%;
	padding: 9rem 1rem 7rem 1rem;
	background: #f7f7f7;
	position: relative;
	-webkit-perspective: 5000px;
	perspective: 5000px;
}

.about-burger{
	position: absolute;margin: auto;top: -5rem;right:0;left:0;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	background: url(../img/logo-burger.svg)no-repeat center center;
	background-size: contain;
	opacity: 0;
	transform:perspective(0px)rotate3d(0,1,0,0deg);
	-webkit-backface-visibility: hidden;
	transition-duration:0.4s;
	transition-timing-function: ease-in-out;
}

.about-wrap h1{
	width: 100%;
	font-family: 'font02-h';
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	transition-duration:0.4s;
	transition-timing-function: ease-in-out;
}
.about-line{
	height: 1px;
	background: #ddd;
	width: 0%;
	max-width: 680px;
	margin: 2rem auto;
	overflow: hidden;
	transition-duration:0.4s;
	transition-timing-function: ease-in-out;
}
	.about-line.ex{
		margin-bottom: 0rem;
	}
.about-wrap p{
	width: 95%;
	max-width: 650px;
	margin: 0 auto;
	opacity: 0;
	transition-duration:0.5s;
	transition-timing-function: ease-in-out;
}


				.about-wrap.show .about-burger{
					opacity: 1;
					transform:perspective(0px)rotate3d(0,1,0,360deg);
					-webkit-backface-visibility: hidden;
					transition-duration:0.4s;
					transition-delay:.4s;
					transition-timing-function: ease-in-out;
				}


				.about-wrap.show h1{
					opacity: 1;
					transition-duration:0.4s;
					transition-delay:0s;
					transition-timing-function: ease-in-out;
				}
				.about-wrap.show .about-line{
					width: 100%;
					transition-duration:0.4s;
					transition-delay:.4s;
					transition-timing-function: ease-in-out;
				}
				.about-wrap.show p{
					padding-top: 0rem;
					opacity: 1;
					transition-duration:0.5s;
					transition-delay:.8s;
					transition-timing-function: ease-in-out;
				}



/* ** */
@media only screen and (max-width: 1024px) {
.about-wrap{
	padding: 9rem 1rem 4rem 1rem;
}
/* ** */}

@media only screen and (max-width: 768px) {
.top-wrap{
	background: url(../img/bg-mobile.jpg)no-repeat center center;
	background-size: cover;
}
.top-wrap .back_black2 .overlay_black2,
.top-wrap .back_black2{
	display: none;
}

/* ** */}


@media only screen and (max-width: 480px) {


/* ** */}

/*================================================

* ABOUT - 02 *

================================================*/
.about-wrap02{
	width: 100%;
	margin: 0 auto;
	padding: 0rem 4rem 0rem 4rem;
	background: #f7f7f7;
	position: relative;
}
.about-wrap02-after{
	width: 100%;
	height: 80%;
	background: #efefef;
	content: "";
	z-index: 1;
	position: absolute;margin: auto;right: 0;top:0;bottom: 0;left: 0;
}
		.about-wrap02 .p1550{
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
			padding: 4rem 0rem;
			background: #fff;
			position: relative;
			z-index: 20;
			-webkit-box-shadow: 0px 15px 100px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 15px 100px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 15px 100px 0px rgba(0,0,0,0.3);
		}
.about-label{
	width: 100%;
	border-left: 1rem solid #26C6DA;
	border-bottom: 1px solid #26C6DA;
	color: #26C6DA;
	padding: 1rem;
}
	.about-label h2{
		font-family: "font01";
	}
	.about-label span{
		font-size: 1rem;
		color: #26C6DA;
	}
.about-wrap02 .flex{
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.about-wrap02 p{padding: 1rem;}

.about-wrap02 .p1240{
	width: 90%;
	max-width: 1240px;
}
.about-wrap02 img{

}
.about-wrap02-row{
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #ddd;
}
	.about-wrap02-row.last{
		border-bottom: 0px solid #ddd;
	}

.about-text{
	width: 50%;
	padding: 5rem 2rem 8rem 2rem;
	margin: 0 auto;
}
.about-img{
	width: 50%;
	position: relative;
	text-align: center;
}
	.about-img-after{
		width: 100%;
		height: 88%;
		padding: 1rem;
		position: absolute;margin: auto;top: 0;right: 0;left: 0;bottom:0;
	}

	.about-img-after.a{
		background: url(../img/about01.png)no-repeat center center;
		background-size: contain;
	}
	.about-img-after.b{
		background: url(../img/about02.png)no-repeat center center;
		background-size: contain;
	}
	.about-img-after.c{
		background: url(../img/about03.png)no-repeat center center;
		background-size: contain;
	}
/* ** */
@media only screen and (max-width: 1024px) {
.about-wrap02 .flex.one{
	-webkit-flex-wrap: wrap-reverse !important;
	-moz-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.about-wrap02-row{
	border-bottom:0px solid #ddd;
	padding-top: 0rem;
}
.about-text{
	width: 100%;
	max-width: 580px;
	padding: 1rem;
	padding-bottom: 1rem;
	z-index: 15;
	position: relative;
}
.about-text h2,
.about-text p{
	z-index: 20;
}
.about-text::after{
	position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	background-image: url(../img/about01.png);
	opacity: 0.2;
}
	.about-text.b::after{
		background-image: url(../img/about02.png);
	}
	.about-text.c::after{
		background-image: url(../img/about03.png);
	}

.about-img{
	display: none;
}
.about-wrap02 .p1240{
	width: 100%;
	max-width: 1240px;
	padding-top: 4rem;
}
		.about-wrap02 .p1550{
			max-width: 680px;
			padding: 0rem 0rem 4rem 0rem;
		}
.about-wrap02{
	padding: 0rem 1rem 4rem 1rem;
}
/* ** */}

@media only screen and (max-width: 480px) {

/* ** */}

/*================================================

* TOP - MENU *

================================================*/
.top-menu-wrap{
	width: 100%;
	background: #f7f7f7;
	padding: 8rem 1rem;
}
.flex.menu-box{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.flex.menu-box .flex02,
.flex.menu-box .flex03{
	text-align: center;
	color: #fff;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	transition:all 0.35s ease-in-out;
}
	.flex.menu-box .flex02 a,
	.flex.menu-box .flex03 a{
		color: #fff;
	}
		.flex.menu-box .flex02:hover,
		.flex.menu-box .flex03:hover{
			-webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.3);
			transition:all 0.35s ease-in-out;
		}
.flex.menu-box .flex02 ul li:nth-child(1),
.flex.menu-box .flex03 ul li:nth-child(1){
	width: 80%;
	font-family: "font02-h";
	padding: 2rem 1rem;
}
.flex.menu-box .flex02 ul li:nth-child(2),
.flex.menu-box .flex03 ul li:nth-child(2){
	width: 20%;
	position: relative;
}
	.flex.menu-box .flex02.a{/*ウェブサイト制作*/
		background: #ef5350;
	}
		.flex.menu-box .flex02.a ul li:nth-child(2){
			background: #e53935;
		}
	.flex.menu-box .flex02.b{/*アプリ制作*/
		background: #26C6DA;
	}
		.flex.menu-box .flex02.b ul li:nth-child(2){
			background: #00ACC1;
		}
	.flex.menu-box .flex03.c{/*システム開発*/
		background: #448AFF;
	}
		.flex.menu-box .flex03.c ul li:nth-child(2){
			background: #2979FF;
		}
	.flex.menu-box .flex03.d{
		background: #C0CA33;
	}
		.flex.menu-box .flex03.d ul li:nth-child(2){
			background: #AFB42B;
		}
	.flex.menu-box .flex03.e{
		background: #FFA726;
	}
		.flex.menu-box .flex03.e ul li:nth-child(2){
			background: #FB8C00;
		}

.flex.menu-box .flex02 ul li span,
.flex.menu-box .flex03 ul li span{
	position: absolute;margin: auto;top: 35px;right:0;left:0;
	height: 10px;
	width: 2px;
	background: #fff;
	transform: rotate(-55deg);
}

.flex.menu-box .flex02 span:nth-child(2),
.flex.menu-box .flex03 span:nth-child(2){
	top: 40px;
	transform: rotate(55deg);
}
@media only screen and (max-width: 960px) {
.top-menu-wrap{
	padding: 4rem 1rem;
}
.flex.menu-box{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.flex.menu-box .flex02,
.flex.menu-box .flex03{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2rem;
}
/* ** */}

@media only screen and (max-width: 768px) {
/* ** */}

@media only screen and (max-width: 480px) {
/* ** */}
/*================================================

* TOP - MENU ver2 *

================================================*/
.top-menu-wrap-{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f7f7;
	padding-top: 8rem;
}
.top-menu-wrap- .flex02{
	width: 50%;
	margin: 0 0;
	height: 480px;
	background: #000;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.menu-img-after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/mock-01.jpg)no-repeat center center;
	background-size: cover;
	position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
    opacity: 0.7;
	transition:  all 0.5s ease-in-out;
}
	.menu-img-after.b{
		background: url(../img/mock-02.jpg)no-repeat center center;
		background-size: cover;
	}
	.menu-img-after.c{
		background: url(../img/mock-03.jpg)no-repeat center center;
		background-size: cover;
	}
	.menu-img-after.d{
		background: url(../img/mock-04.jpg)no-repeat center center;
		background-size: cover;
	}
	.menu-img-after.e{
		background: url(../img/mock-05.jpg)no-repeat center center;
		background-size: cover;
	}

.top-menu-wrap- .flex03{
	width: 33.333%;
	margin: 0 0;
	height: 380px;
	background: #000;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.top-menu-wrap- .flex .title-label{
	position: absolute;margin: auto;top: 10%;right: 0;left: 0;
	width: 90%;
	max-width: 300px;
	background: #fff;
	padding: 1.5rem 1rem 1rem 1rem;
	z-index: 20;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transition: all 0.35s ease-in-out;
}
	.top-menu-wrap- .flex .title-label ul{
		line-height: normal;
	}
	.top-menu-wrap- .flex .title-label ul li h3{
		font-family: "font01";
		border-bottom: 2px solid;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.top-menu-wrap- .flex .title-label ul li{
		width: 100%;
		text-align: center;
	}

.top-menu-wrap- .flex.main .more{
	width: 50px;
	height: 50px;
	position: absolute;margin: auto;right: 0;bottom: 0;left: 0;top:0;
	background: rgba(200,200,200,0.6);
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.5);
}
		.top-menu-wrap- .flex.main .more .re::after{
			display: block;
			width: 12px;
			height: 12px;
			border-top: 3px solid #fff;
			border-right: 3px solid #fff;
			transform: rotate(45deg);
			content: "";
			position: absolute;margin: auto;top: 0;bottom: 0;left: 32%;
		}
.top-menu-wrap- .flex.main .flex03 .more{
	position: absolute;margin: auto;right: 0;bottom: 30%;left: 0;top: auto;
}

			.top-menu-wrap- .flex.main .flex02.a .title-label{
				background: #ef5350;
			}
			.top-menu-wrap- .flex.main .flex02.b .title-label{
				background: #26C6DA;
			}
			.top-menu-wrap- .flex.main .flex03.c .title-label{
				background: #448AFF;
			}
			.top-menu-wrap- .flex.main .flex03.d .title-label{
				background: #C0CA33;
			}
			.top-menu-wrap- .flex.main .flex03.e .title-label{
				background: #FFA726;
			}

/* HOVER STYLE-------------------------*/
.top-menu-wrap- .flex02:hover,
.top-menu-wrap- .flex03:hover{
	background: #fff;
	transition:  all 1s ;
}
.top-menu-wrap- .flex02:hover .menu-img-after,
.top-menu-wrap- .flex03:hover .menu-img-after{
	transform: scale(1.03);
	opacity: 0.9;
	transition:  all 1s ;
}
.top-menu-wrap- .flex .flex02:hover .title-label,
.top-menu-wrap- .flex .flex03:hover .title-label{
	position: absolute;margin: auto;top: 8%;right: 0;left: 0;
	-webkit-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.5);
	transition: all 0.35s ease-in-out;
}

@media only screen and (max-width: 768px) {
.top-menu-wrap-{
	padding-top: 2rem;
}
.top-menu-wrap- .flex02,
.top-menu-wrap- .flex03{
	width: 100%;
	height: 280px;
}
.flex.blog.b .ovl{
	display: none !important;
}
.top-menu-wrap- .flex.main .flex02 .more,
.top-menu-wrap- .flex.main .flex03 .more{
	position: absolute;margin: auto;right: 0;bottom: 3rem;left: 0;top: auto;
}
/* ** */}

@media only screen and (max-width: 480px) {
/* ** */}

/*================================================

* TOP - BLOG *

================================================*/
.top-blog-wrap{
	width: 100%;
	margin: 0 auto;
	padding: 8rem 1rem 6rem 1rem;
	background: #efefef;
}
		.ex .top-blog-wrap{
			padding: 4rem 1rem 4rem 1rem;
		}

.top-blog-wrap .flex03{
	background: #fff;
	position: relative;
	overflow: hidden;
	margin:0 1.5%;
	margin-bottom: 2rem;
}
.flex.blog .type{
	width: 100%;
	padding:0.5rem 1rem;
	position: relative;
	font-family: "font01";
	font-size: 0.8rem;
	color: #fff;
}
/*----------ブログジャンルによるラベル変化------------*/
	.flex.blog .type.wordpress{
		background: #26A69A;
	}
	.flex.blog .type.wordpress::after{
		content: "WORDPRESS";
	}
	.flex.blog .type.web{
		background: #ef5350;
	}
	.flex.blog .type.web::after{
		content: "WEB";
	}
	.flex.blog .type.app{
		background: #26C6DA;
	}
	.flex.blog .type.app::after{
		content: "APP";
	}
	.flex.blog .type.hobby{
		background: #FFA726;
	}
	.flex.blog .type.hobby::after{
		content: "HOBBY";
	}
	.flex.blog .type.news{
		background: #448AFF;
	}
	.flex.blog .type.news::after{
		content: "NEWS";
	}
	.flex.blog .type.gadget{
		background: #C0CA33;
	}
	.flex.blog .type.gadget::after{
		content: "GADGET";
	}

ul.blog-menu{
	width: 100%;
	margin-bottom: 3rem;
}
ul.blog-menu li{
	width: 16.666%;
	text-align: center;
	font-family: "font01";
	background: #e7e7e7;
	border-right: 1px solid #ddd;
}
		ul.blog-menu li:last-child{
			border-right: 0px solid #ddd;
		}
ul.blog-menu li a{
	display: block;
	padding: 1rem 0;
}
.flex.blog .img{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
	.flex.blog.arc .img{
		height: 150px;
	}

.flex.blog .img-inner{
	width: 100%;
	position: absolute;margin: auto;top: 0;right:0;bottom: 0;left:0;
	transition: all 0.35s ease-in-out;
}
.flex.blog .flex03:hover .img-inner{
	transform: scale(1.05);
	transition: all 0.35s ease-in-out;
}
.flex.blog .title{
	width: 100%;
	padding: 1rem;
	position: relative;
	overflow: hidden;
	text-align: left;
	font-family: "font02-h";
}
		.flex.blog .title h3{
			font-size: 1rem;
		}
.flex.blog .text{
	width: 90%;
	height: 100px;
	font-size: 0.8rem;
	padding-top: 1rem;
	margin-top: 1rem;
	line-height: 1.5rem;
	border-top: 1px solid #ddd;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.flex.blog .text::before{
	width: 100%;
	height: 100%;
	content: "";
	z-index: 10;
	position: absolute;margin: auto;right:0;bottom: 0;left:0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(93%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.grid-ovl {
	width: 100%;
	height: 100%;
	z-index: 15;
	content: "";
	background: rgba(40,50,50,0.8);
	opacity: 0;
	position: absolute;margin: auto;top: 0;right:0;bottom: 0;left:0;
	transition: all .35s ease-in-out;
}
			.grid-ovl:hover{
				opacity: 1;
				transition: all .35s ease-in-out;
			}
.grid-ovl .more{
	position: absolute;margin: auto;top: 40%;right:0;left:0;
	width: 90%;
	max-width: 230px;
	text-align: center;
	font-family: "font01";
	font-size: 1.4142rem;
	color: #fff;
	letter-spacing: 0.2rem;
	transition: all .35s ease-in-out;
}

		.grid-ovl:hover .more{
			letter-spacing: 0rem;
			opacity:1;
			transition: all .35s ease-in-out;
		}

.grid-ovl .re{
	position: relative;
	padding: 1rem;
}

.grid-ovl .more span:nth-child(1){
	width: 0%;
	height: 2px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;left:0;
	transition: all .35s ease-in-out;
}
			.grid-ovl:hover .more span:nth-child(1){
				width: 100%;
				height: 2px;
				content: "";
				background: #fff;
				position: absolute;
				top: 0;left:0;
				transition: all .35s ease-in-out;
			}
.grid-ovl .more span:nth-child(2){
	width: 0%;
	height: 2px;
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;right:0;
	transition: all 0.35s ease-in-out;
}
			.grid-ovl:hover .more span:nth-child(2){
				width: 100%;
				height: 2px;
				content: "";
				background: #fff;
				position: absolute;
				bottom: 0;right:0;
				transition: all 0.35s ease-in-out;
			}
.grid-ovl .more span:nth-child(3){
	width: 2px;
	height: 0%;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;left: 0;
	transition: all 0.35s ease-in-out;
}
			.grid-ovl:hover .more span:nth-child(3){
				width: 2px;
				height: 100%;
				content: "";
				background: #fff;
				position: absolute;
				top: 0;left: 0;
				transition: all 0.35s ease-in-out;
			}
.grid-ovl .more span:nth-child(4){
	width: 2px;
	height: 0%;
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;right:0;
	transition: all 0.35s ease-in-out;
}
			.grid-ovl:hover .more span:nth-child(4){
				width: 2px;
				height: 100%;
				content: "";
				background: #fff;
				position: absolute;
				bottom: 0;right:0;
				transition: all 0.35s ease-in-out;
			}

@media only screen and (max-width: 1240px) {
.top-blog-wrap .flex02,
.top-blog-wrap .flex03,
.top-blog-wrap .flex04{
	width: 47%;
	margin: 0 1.5%;
	margin-bottom: 2rem;
	background: #fff;
	position: relative;
}
	.flex.blog.arc .img{
		height: 200px;
	}

/* ** */}

@media only screen and (max-width: 768px) {
ul.blog-menu li{
	width: 33.333%;
}
ul.blog-menu li:nth-child(1),
ul.blog-menu li:nth-child(2),
ul.blog-menu li:nth-child(3){
	border-bottom: 1px solid #ddd;
}
ul.blog-menu li:nth-child(2),
ul.blog-menu li:nth-child(5){
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.top-blog-wrap .flex02,
.top-blog-wrap .flex03,
.top-blog-wrap .flex04{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 2rem;
	background: #fff;
	position: relative;
}
/* ** */}

@media only screen and (max-width: 480px) {
ul.blog-menu li{
	width: 50%;
}
ul.blog-menu li:nth-child(1),
ul.blog-menu li:nth-child(2),
ul.blog-menu li:nth-child(3){
	border-bottom: 0px solid #ddd;
}
ul.blog-menu li:nth-child(2),
ul.blog-menu li:nth-child(5){
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
}
ul.blog-menu li:nth-child(odd){
	border-right: 1px solid #ddd;
}
ul.blog-menu li:nth-child(3),
ul.blog-menu li:nth-child(4){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* ** */}

/*================================================

* TOP - CONTACT *

================================================*/
.top-contact-wrap{
	background: url(../img/bg-contact.jpg)no-repeat center center ;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.top-contact-wrap .back_white9{
	padding: 8rem 1rem 8rem 1rem;
}
.top-contact-wrap .ovl{
	position: absolute;margin: auto;top: 0;right: 0;left: 0;
	width: 100%;
	height: 30px;
	z-index: 10;
	opacity: 0.1;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.form-wrap{
	padding: 4rem;
	margin: 0 auto;
	background: #fff;
	background-size: cover;
	position: relative;
	width: 100%;
	max-width: 960px;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.pepper{
	width: 60%;
	height: 100px;
	max-width: 280px;
	position: absolute;margin: auto;top: -2rem;right:0;
	background: url(../img/pepper.png)no-repeat center center;
	background-size: contain;
	z-index: 10;
}

.form-wrap h2{
	font-size: 1.8rem;
	font-family: "font01";
	color: #000;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}

.form-column{
	width: 48%;
}

.form-row{
	position: relative;
	margin-bottom: 3rem;
	background: #f7f7f7;
}
		.form-row.ex{
			margin-bottom: 0rem;
		}
.form-row.b{
	height: auto;
	margin-bottom: 3rem;
	opacity: 1;
}
.form-row.text-area,
.form-row.text-area textarea{
	height: 276px;
}
		.form-label{/*ラベル*/
			width: 180px;
			font-family: "font02-h";
			position: absolute;
			top: 0;
			left: 0;
			padding: 1rem;
			transition:all 0.15s ease-in-out;
		}
				.form-label.focus{/*ラベル*/
					font-family: "font02-h";
					position: absolute;
					top: -23px;
					left: 0;
					padding: 0rem;
					color: #26C6DA;
					font-size: 0.9rem;
					transition:all 0.15s ease-in-out;
				}

		.form-line{/*ライン*/
			width: 100%;
			height: 1px;
			background: #ddd;
			position: absolute;
			margin: 0 auto;
			bottom: 0;
			left: 0;
			right: 0;
		}
		.form-line-after{/*フォーカスライン*/
			width: 0%;
			height: 3px;
			background: #26C6DA;
			position: absolute;
			bottom: 0;
			left: 0;
			transition:all 0.15s ease-in-out;
		}
				.form-line-after.focus{/*フォーカスライン*/
					width: 100%;
					height: 3px;
					background: #26C6DA;
					position: absolute;
					bottom: 0;
					left: 0;
					transition:all 0.15s ease-in-out;
				}

		.form-label-right{/*注釈-必須*/
			position: absolute;
			top: 1rem;
			right: 1rem;
			font-size: 0.8rem;
			color: rgba(180,180,180,1);
		}

.form-acceptance{
	background: #f7f7f7;
	padding: 2rem 1rem;
	border:1px solid #e7e7e7;
	text-align: center;
	font-size: 0.8rem;
	margin-bottom: 2rem;
}
.form-acceptance p{
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.form-acceptance input[type="checkbox"]{
	width: 15px;
	height: 15px;
	vertical-align: -3px;
	margin-right: 0.5rem;
}

.kojin{
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
	max-width: 280px;
}
.kojin::before{
			display: block;
			width: 8px;
			height: 8px;
			border-top: 2px solid #26A69A;
			border-right: 2px solid #26A69A;
			transform: rotate(45deg);
			content: "";
			position: absolute;margin: auto;top: 0;bottom: 0;left: 1rem;
}

.form-row input,
.form-row textarea{
	padding: 1rem;
}

@media only screen and (max-width: 1240px) {
/* ** */}

@media only screen and (max-width: 768px) {
.form-column{
	width: 100%;
}
.form-column:nth-child(1){
	margin-bottom: 3rem;
}
/* ** */}

@media only screen and (max-width: 480px) {
	.form-wrap{
	padding: 4rem 1rem;
}
/* ** */}

.cmgsn{
	width: 150%;
	text-align: center;
	padding: 1rem 0;
	background: #FDD835;
	position: absolute;margin: auto;top: 35%;left:-25%;
	transform: rotate(-5deg);
	z-index: 500;
	color: #000;
	font-family: "font01";
}


/*==================================

PRIVACY

==================================*/

.privacy-section{
	width: 100%;
	padding: 1rem 1rem 0rem 1rem;
	background: #26A69A;
}
.privacy-btn{
	padding: 1rem;
	background: #4DB6AC;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	color: #B2DFDB;
	font-family: "font01";
	cursor: pointer;
	text-align: center;
}
.privacy-wrap{
	position: fixed !important;
	margin: 0 auto;
	top: 4rem;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 680px;
	background: #fff;
	z-index: 9900;
	height: 80%;
	opacity: 0;
	visibility: hidden; 
	overflow: visible !important;
	-webkit-box-shadow: 0px 50px 100px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 50px 100px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 50px 100px 0px rgba(0,0,0,0.3);
	transition: all 0.35s ease-in-out;
	transform: rotate3d(0,1,0,270deg);
	-webkit-transform: rotate3d(0,1,0,270deg);
	-moz-transform: rotate3d(0,1,0,270deg);
	-ms-transform: rotate3d(0,1,0,270deg);
	-o-transform: rotate3d(0,1,0,270deg);
}
			.privacy-wrap.show{
				opacity: 1;
				visibility: visible;
				transition: all 0.35s ease-in-out;
				transform: rotate3d(0,0,0,0deg);
				-webkit-transform: rotate3d(0,0,0,0deg);
				-moz-transform: rotate3d(0,0,0,0deg);
				-ms-transform: rotate3d(0,0,0,0deg);
				-o-transform: rotate3d(0,0,0,0deg);
			}

.privacy-wrap .close{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	cursor: pointer;
	z-index: 9999;
	position: absolute;margin: auto;top: -17.5px;left: -17.5px;
}
.privacy-wrap .close span{
	width: 16px;
	height: 2px;
	position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
	content: "";
	background: rgba(140,140,140,1);
	transform: rotate(45deg);
}
.privacy-wrap .close span:nth-child(2){
	width: 16px;
	height: 2px;
	position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
	transform: rotate(-45deg);
}
.privacy-inner{
	width: 80%;
	margin: 0 auto;
	padding: 2rem 0rem;
}
.privacy-inner p{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}

.privacy-inner p.title{
	background: #26A69A;
	margin-bottom: 2rem;
	text-align: center;
	font-family: "font01";
	color: #fff;
	padding: 2rem 1rem 2rem 1rem;
	border-bottom: 0px solid #ddd;
}

.privacy-inner ul{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}
.privacy-inner ul li{
	width: 100%;
	font-size: 1rem;
}
.privacy-inner ul li:nth-child(1){
	width: 100%;
	font-size: 1.4142rem;
	margin-bottom: 0.5rem;
}


/*==================================

LOADING 遷移によるZ-INDEXの調整

==================================*/
.animsition,
.all-content{
	pointer-events: auto;
	z-index: 0;
}