@charset "UTF-8";

body {	font-size: 1.5rem;
	line-height: 8vw;
} 

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
a{
	text-decoration: none;
}
/* ***********************************************************************************************************************************************************************************************************************
 *3.モバイル
************************************************************************************************************************************************************************************************************************ */
.pc { display: none !important; }
.sp { display: block !important; }
	
.br-pc { display:none; }
.br-sp { display:block; }
	
.clear-fix10 {clear: left;height: 10px;}
.clear-fix20 {clear: left;height: 20px;}
.clear-fix30 {clear: left;height: 30px;}
.clear-fix40 {clear: left;height: 15px;}
.clear-fix50 {clear: left;height: 50px;}
.clear-fix60 {clear: left;height: 60px;}
.clear-fix80 {clear: left;height: 80px;}

/* --------------------------------------------------------------------------------------------------------フォントサイズ指定 */
.t10{font-size: 3vw;line-height: 5vw;}
.t56{font-size: 11.35vw;}

.red{
	color: #F52F55;
}

/* --------------------------------------------------------------------------------------------------------フェードイン */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 700ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }



/* --------------------------------------------------------------------------------------------------------メインメニュー*/
header{
	width: 94%;
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 4%;
	z-index: 999999;
}
header img{
	width: 100%;
	padding-top: 10px;
}
header a{
	width: 50%;
}
header ul.mainmenu li.contact{
	display: inline-block;
	font-size: 1.4rem;
	list-style: none;
	font-weight: 500;
	padding: 4px 30px;
	border-radius: 45px;
	background-color: #ea5000;
	color: white;
	border: none;
}

/* --------------------------------------------------------------------------------------------------------FV*/
.fv{
	width: 90%;
	margin: 0 auto;
	padding: 100px 0 0;
}
.fv h1{
	font-size: 3.6rem;
	line-height: 5.5rem;
	margin-bottom: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
}
.fv p{
	margin-bottom: 50px;
	font-weight: 200;
	line-height: 3rem;
}
.fv img.works{
	width: 120px;
}
.fv .workbox{
	width: 100%;
	margin: 30px 0;
}
.fv .workbox ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.fv .workbox ul li{
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
}
.fv .workbox ul li img{
	display: block;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------------------------------制作事例*/
.casearea{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0;
}
.casearea .textarea{
	display: block;
	width: 86%;
	margin: 0 auto;
}
.casearea .textarea p.mid{
	font-weight: 600;
	margin-bottom: 30px;
}
.casearea .textarea p{
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 3rem;
}
.casearea img.main{
	display: block;
	width: 80%;
	margin: 0 auto 50px;
}
.casearea img{
	width: 100%;
	margin-bottom: 20px;
}
.backbtn{
	display: block;
	width: 180px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #707070;
	padding: 10px 40px;
	border-radius: 40px;
	margin-bottom: 100px;
}
a{
	color: #000;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------------------コンタクトフォーム*/
.formbox{
	width: 85%;
	margin: 0 auto 0;
	padding:50px 0 0;
}
.formbox h2{
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.formbox p{
	margin-bottom: 10px;
}






















/* ------------------------------------------------------------フッター*/
.footer{
	display: block;
	width: 100%;
	text-align: center;
	color: #000;
	clear: both;
}
.footer .footarea{
	width: 85%;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.footer .footarea img{
	width: 200px;
	margin: 0 auto 25px;
}
.footer .footarea p{
	font-size: 1.2rem;
	margin-bottom: 25px;
}
.footer .footarea a{
	text-decoration: none;
	color: #000;
}

/* ------------------------------------------------------------フッター常時表示*/
#footer-fixed{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px; 
	z-index: 5;
}
#footer-fixed ul{
	width: 95%;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}
#footer-fixed ul li{
	margin: 0 1%;
	list-style: none;
	text-align: center;
}
#footer-fixed ul li img{
	width: 100%;
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	border-radius: 50px;
}
.button{
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  cursor: pointer;
  transition: .8s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------プライバシーポリシー*/
.privacy{
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.5rem;
	font-weight: 200;
	padding: 50px 0 1.6vw;
}