﻿@charset "utf-8";
/* CSS Document */

p{
	margin:0;
}
p.bold{
	font-weight:bold;
	}
p.hosoku{
	font-size:12px;
	text-decoration:underline;
	}
hr.left{
	top:400px;
	width:100%;
	border-width:1px 0 0 0;
	border-style:solid;
 	border-color:#fff;
	z-index:9999;
}
a.white{
	color:#fff;
	}
.dot-bl{
	border-bottom:dotted;
	border-color:#4a99ed;
	border-width:2px;
	margin-bottom:5px;
}
.dot-wt{
	border-bottom:dotted;
	border-color:#fff;
	border-width:2px;
	margin-bottom:5px;
}
.bold{
	font-weight:bold;
}
.marker{
	background:linear-gradient(90deg,#a1edff 5%, #bfffff 90%,#a1edff );
}
.kaisetsu p {
    margin: 0; 
    padding: 0;
}
a{
	text-decoration:none;
	color:#303030;
	}
a.pagelink{
   display: block;
   margin-top:-60px;
   padding-top:60px;
}
.pc-none{
	display:none;
}
body{
	margin:0px;
	color:#303030;
	font-size:18px;
	min-width:1000px;
	font-family: 'Varela Round', sans-serif;
	}
@font-face {
font-family: uzura;
src: url(../font/uzura.woff);
}
@font-face {
font-family: hanamin;
src: url(../font/hanamin.woff);
}


/* ヘッダー　*/

.top-logo{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width:50%;
	height:200px;
	padding:20px;
	background-image:url(../img/line.png),url(../img/line2.png);
	background-position:top right,bottom left;
	background-repeat:no-repeat,no-repeat;
	z-index:9998;
	font-size:20px;
	transition-duration: 1.2s;
	box-sizing:border-box;
	}
.top-logo.fixed{
	width:100%;
	opacity:0;
	background-image:url(../img/line.png),url(../img/line2.png);
	background-position:top left,bottom right;
	background-repeat:no-repeat,no-repeat;
	}
.nav{
	top:-130px;
	left:0;
	position: absolute;
	display: -webkit-flex;
	display: flex;
	width:100%;
	height:auto;
	background:rgba(240,240,240,0.8);
	z-index:9999;
	font-size:20px;
	transition-duration: 1.2s;
	box-sizing:border-box;
	opacity:0;
	}
.nav2{
	top:0px;
	left:0;
	position:fixed;
	display: -webkit-flex;
	display: flex;
	width:100%;
	height:auto;
	background:rgba(240,240,240,0.8);
	background-image:url(../img/a-system.png);
	background-position:right;
	backgruoud-size:contain;
	background-repeat:no-repeat;
	z-index:9999;
	font-size:20px;
	transition-duration: 1.2s;
	box-sizing:border-box;
	}
.nav.fixed{
	top:0;
	opacity:1;
	position:fixed;
	background-image:url(../img/a-system.png);
	background-position:right;
	backgruoud-size:contain;
	background-repeat:no-repeat;
	}
.nav:hover{
	transition-duration: 0.2s;
	background:rgba(240,240,240,1);
	background-image:url(../img/a-system.png);
	background-position:right;
	backgruoud-size:contain;
	background-repeat:no-repeat;
}.nav2:hover{
	transition-duration: 0.2s;
	background:rgba(240,240,240,1);
	background-image:url(../img/a-system.png);
	background-position:right;
	backgruoud-size:contain;
	background-repeat:no-repeat;
}
.contact{
	top:70px;
	left:-100%;
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
/*	background:rgba(160,160,160,0.8);*/
	text-align:right;
	box-sizing:border-box;
	transition-delay:.7s;
	transition-duration:.6s;
	z-index:9999;
	opacity:0;
}
.arrow{
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width:10px;
	height:10px;
	border-right:solid 2px #fff;
	border-bottom:solid 2px #fff;
	transform:rotate(-45deg);
}
.contact a{
		color:#fff;
}
.contact a:hover{
	border-bottom:solid 1px #fff;
}

.contact.fixed{
	left:0;
	opacity:1;
	position:fixed;
}
.contact-inside{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-right:10px;
	transition-duration: 1s;
	background:rgba(160,160,160,0.8);
}
.contact-inside:hover{
	transition-duration: .2s;
	background:rgba(160,160,160,1);
}
.top-image{
    	width: 100%;
    	height: 100vh;
	min-height:600px;
	background-image:url(../img/bg1.jpg);
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
.top-image2{
    	width: 100%;
    	height: 450px;
	background:#909090;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}

/* セクション */
.section1{
	width:100%;
	height:auto;
}
.image-section1{
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height:400px;
	max-width:1200px;
}
/* 項目タイトル */
h1{
	font-size:24px;
}
h2{
	font-size:20px;
}
.item-wrapper{
	height:80px;
} 
.item1{
	position: absolute;
	margin-top:40px;
	width:80%;
	min-width:800px;
	height:0px;
	line-height:100%;
	text-align:right;
	border-bottom:solid 2px #c41a23;
	transition-delay: .4s;
	transition-duration: .8s;
	overflow:hidden;
	opacity:0;
}

.item1.after{
	height:40px;
	width:80%;
	opacity:1;
}
.item2{ 
	position: absolute;
	margin-top:40px;
	min-width:800px;
	width:80%;
	height:0px;
	line-height:100%;
	text-align:right;
	border-bottom:solid 2px #ba7b22;
	transition-delay: .4s;
	transition-duration: .8s;
	overflow:hidden;
	opacity:0;
}
.item2.after{
	height:40px;
	width:80%;
	opacity:1;
}
.item3{ 
	position: absolute;
	margin-top:40px;
	min-width:800px;
	width:80%;
	height:0px;
	line-height:100%;
	text-align:right;
	border-bottom:solid 2px #4522ba;
	transition-delay: .4s;
	transition-duration: .8s;
	overflow:hidden;
	opacity:0;
}
.item3.after{
	height:40px;
	width:80%;
	opacity:1;
}.item4{ 
	position: absolute;
	margin-top:40px;
	min-width:800px;
	width:80%;
	height:0px;
	line-height:100%;
	text-align:right;
	border-bottom:solid 2px #22baa3;
	transition-delay: .4s;
	transition-duration: .8s;
	overflow:hidden;
	opacity:0;
}
.item4.after{
	height:40px;
	width:80%;
	opacity:1;
}
.item5{ 
	position: absolute;
	margin-top:40px;
	min-width:800px;
	width:80%;
	height:0px;
	line-height:100%;
	text-align:right;
	border-bottom:solid 2px #85ba22;
	transition-delay: .4s;
	transition-duration: .8s;
	overflow:hidden;
	opacity:0;
}
.item5.after{
	height:40px;
	width:80%;
	opacity:1;
}
.item6{ 
	position: absolute;
	margin-top:40px;
	min-width:800px;
	width:80%;
	height:0px;
	line-height:100%;
	text-align:right;
	border-bottom:solid 2px #1c4bb0;
	transition-delay: .4s;
	transition-duration: .8s;
	overflow:hidden;
	opacity:0;
}
.item6.after{
	height:40px;
	width:80%;
	opacity:1;
}
.item-j{
	width:80%;
	height:auto;
	margin-top:10px;
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	text-align:right;
}
.descript{
	position:relative;
	margin:0 auto;
	margin-top:20px;
	width:60%;
	padding:10px;
	border:solid 1px #303030;
	box-sizing:border-box;
}

.descript::before,
.descript::after {
	position: absolute;
	content: "";
	display: block;
	border:solid 1px #fff;
}

.descript::before {
	top: -1px;
	bottom: -1px;
	left: 10px;
	right: 10px;
}

.descript::after {
	top: 10px;
	bottom: 10px;
	left: -1px;
	right: -1px;
}

/* テキストエリア */
.mark{
	font-size:16px;
	color:#606060;
	margin:0 auto;
	width:700px;
	padding-left:20px;
	box-sizing:border-box;
}
.comment{
	font-size:16px;
	color:#606060;
	margin:0 auto;
	width:700px;
	padding:10px 20px 10px 20px;
	box-sizing:border-box;
	border-radius:10px;
	border:dashed 1px #606060;
}

/* イメージ */

.v0{
	display:none;
}
.v1{
	position:absloute;
	margin-top:40px;
	width:0px;
	height:0px;
	line-height:100%;
	text-align:right;
	border-radius:200px;
	transition-duration: 1.4s;
	background-image:url(../img/tpl.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.v1.after{
	height:500px;
	width:500px;
	opacity:1;
}
.v2{
	position:absloute;
	margin-top:40px;
	width:0px;
	height:0px;
	line-height:100%;
	text-align:right;
	border-radius:200px;
	transition-delay:0.7s;
	transition-duration: 1.4s;
	background-image:url(../img/yamaha.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.v2.after{
	height:600px;
	width:600px;
	opacity:1;
}
.v3{
	position:absloute;
	margin-top:40px;
	width:0px;
	height:0px;
	line-height:100%;
	text-align:right;
	border-radius:200px;
	transition-delay:1.4s;
	transition-duration: 1.4s;
	background-image:url(../img/dell.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.v3.after{
	height:600px;
	width:600px;
	opacity:1;
}
/* フッター */
.info{
	width:100%;
	box-sizing:border-box;
	margin-top:50px;
	background:#d0d0d0;
	padding:20px 10px 20px 40px;
}
.copy{
	width:100%;
	box-sizing:border-box;
	background: #909090;
	text-align:right;
	padding:10px;
	font-size:16px;
	color: #fff;
	}

/* ナビ */
.gnav__menu{
	padding-right:0px;
	list-style-type:none;
}
.gnav__menu__item{display: inline;
	margin-right: 15px;
	margin-bottom: 10px;
}
.gnav__menu__item a{
	text-decoration:none;
}
.gnav__menu__item a:hover{
	color:yellow;
}
.nav-unshown {
  display:none;
}
#nav-content {
}
#nav-content a{
	color: #303030;
}
#nav-content a:hover{
	border-bottom:solid 2px #c41a23;
}

/* さらに作例を見る */
.more {	padding:5px 20px 5px 20px;
	font-weight: bold;
	border-radius:20px;
	background-color:#fff;
	color:#606060;
	margin:0 auto;
	width: 120px;
	text-align: center;
	cursor: pointer;
	line-height:150%;
	margin-top:-50px;
}

/* ページトップへ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:999;
}
#pageTop a {
	display: block;
	z-index: 999;
	font-size:12px;
  border-radius: 30px;
  padding-top:12px;
  padding-left:6px;
  padding-right:6px;
  width: 30px;
  height: 30px;
	opacity:1;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#303030;
	color: #fff;
	font-weight: bold;
	text-decoration: bold;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;

}

/*メールフォーム*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
table.formTable{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	max-width:800px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	min-width:250px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.hissu{
	width:40px;
	font-size:12px;
	padding:2px;
	border-radius:6px;
	background-color:#ed514e;
	color:#fff;
	float:right;
	text-align:center;
}

/*スライダー*/
.bg-slider {
    	width: 100%;
    	height: 100vh;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
}
.bg-slider2 {
    	width: 100%;
    	height: 40vh;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	background-attachment:fixed;
}
.bg-slider_title{
    	color: #fff;
    	font-size: 48px;
    	line-height: 1.5;
    	font-weight: bold;
    	text-align:center;
    	text-shadow: 1px 1px 1px #000;
}
.spacer{
	height:50px;
}
