@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:500px;
}

#header2{
	position: relative;
    overflow:hidden;
    width:100%;
    height:360px;
}
#header3{
	position: relative;
    overflow:hidden;
    width:100%;
    height:450px;
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:500px;
    margin-left:-640px;
	padding-top: 4%;
}
#header2 img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}
#header3 img{
    position:absolute;
    left:50%;
    width:1280px;
    
    margin-left:-640px;
}

#slogan{
	position: absolute;
  top: 65%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #ffffff;
	line-height: 1.2;
	text-align: center;

	text-shadow:1.5px 1.5px 0 #000000, -1.5px -1.5px 0 #000000,
              -1.5px 1.5px 0 #000000, 1.5px -1.5px 0 #000000,
              0px 1.5px 0 #000000,  0 -1.5px 0 #ffffff,
              -1.5px 0 0 #000000, 1.5px 0 0 #ffffff;
}
#slogan2{
	position: absolute;
  top: 65%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
}


#slogan h1{
	font-size: 60px;
	font-family: 'segoe script', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 40px;
	font-weight:normal;
}

#slogan2 h2{
	width: 30%;
	background-color: #000000;
	margin: 0 auto;

	font-size: 2rem;
	font-weight:normal;
}
.logo{
	width: 10%;
	float: left;
	margin: 0 1%;
}

/* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }
#sec03 ul li:nth-of-type(1){
	transition-delay: .2s;
}
#sec03 ul li:nth-of-type(2){
	transition-delay: .4s;
}
#sec03 ul li:nth-of-type(3){
	transition-delay: .6s;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	position: fixed;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 24px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 {
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
	font-size: 1rem;

}
.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}






.title1 h1{
	margin: 0 auto;
	padding: 0;
	font-size: 1.5rem;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* SEC01 NEWS
------------------------------------------------------------*/
.news_title h2:hover{
color: #7baffd;
}
.news_title a{
	text-decoration-color: #7baffd;
}
.vision{
	width: 70%;
	margin: 1% auto;
	
	justify-content: center;
}
.content_top article{
	width: 88%;
	justify-content: center;
	margin: 0 auto;
}


.content_top tr{
	border-bottom: solid 1px #ffffff;
}
.content_top td{
	padding: 1% 10px; 
}
.content_top th{
	margin: 1% ; 
}

.content_top a{
	color: #7baffd;
}
/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #2b2b2b;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.title1{
	margin: 2% 0 1% 0;
}
.col3 li{
	margin-bottom: 50px;
	font-size: 0.9rem;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 10px;
}
.inner h2{
	padding-top: 10px;
}

/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	width: 80%;
	margin: 0 auto;
}
/* SEC06 contact
------------------------------------------------------------*/
#sec06{
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}




.inner6{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.inner6 h2{
	padding-top: 40px;
}

.col6 {
	display: inline-block;
	width: 85%;
  	margin: 7% auto 0 auto;
    text-align: center;
	font-size: 1rem;
}

.col6 h2{
	font-size: 2em;
}
.col6 li{
	display: inline-block;
	width: 100%;
  	margin: 10px 0 10px 0;
}
.mail p{
	padding-top: 10px;
	font-size: large;
}
.mail a{
	color: #fff;
}

/*  tokusyuo */
.tbl_1{
	width: 80%;
}
table{
	margin: 10px auto;
}
.ta_2{
	background-color: #777;
}
.ta_2, .ta_3{
	border: solid 1px #ccc;
	padding: 10px;
}
.ta_3{
	text-align: left;
}



/*  staff_sp */

#sec066{
	width: 900px;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin-bottom: 20px;
	border-bottom: #fff solid 1px;
}
.excel{
	display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}

.button{
	box-sizing: border-box;
margin-bottom: 20px;
padding: 0 10px;
width: 33.33333333%;
}
@media screen and (max-width:600px) {
	#sec066{
		width: 400px;
	}
	.excel{
		display:block;
	}
	.button{
		width: 90%;
		margin-bottom: 5px;
	padding: 0;
	}
	#sec07{
		margin: 0 10px;
	}


	.col6 {
		width: 100%;
	}
	}

/*user-form button*/
.u_txt{
	display: inline-block;
	justify-content: center;
	margin-bottom: 3%;
}
.button a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #6c6c6c;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}


#sec07{
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin-bottom: 5%;
}
.inner7{
	width: 70%;
	margin: 0 auto;
	font-size: 1rem;
	
}
.inner7 h2{
	padding: 20px 0 0 0;
}

.col7 {
	display: inline-block;
	width: 100%;
  	margin: 10px ;
    text-align: left;
}
/*.col7 p{
	font-size: 1rem;
}*/
.col7 h2{
	font-size: 2em;
}

/* staff only page*/
.col7 th{
	border: 1px solid rgb(160 160 160); padding: 8px 10px;
}

/*sec10 HeadphoneAmp page*/
#sec10 {
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin-bottom: 5%;
	padding-top: 10%;
}
.inner10{
	width: 70%;
	margin: 0 auto;
}
.inner10 h2{
	padding: 20px 0 0 0;
}
#use {
	text-align: center;
	margin: 0 auto;
}
#use h2{
	font-size: 1rem;
}
/*headphone page block*/
#block{
	width: 76%;
	margin: 0 auto ;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 0.5px #fff;
	padding-bottom: 26px;
}
.bl_img img{
	width: 400px;
}
.bl_img{
	text-align: center;
}
.bl_p p{
	padding: 0 0 20px 10px;
	font-size: 1rem;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 10px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* technology */
.technology_title h2{
	font-weight: bold;
}
.col7 img{
	display: block;
	width: 20%;
	margin: 10px auto;
}

.container_tech {
	text-align: center;
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}
.itemT{
	margin: 5px auto;
}
.chara{
	margin-top: 2%;
}
/*Distributors*/
#sec01{
	margin-bottom: 3%;
}

.content_d article{
	width: 50%;
	margin: 10px auto;
	font-size: 15px;
}
.distri{
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
	padding: 10px 2px;
}


.footer02 {
	color: #ffffff;
	background: #1f1f1f;
	text-align: center;
	padding: 30px;
   }
   .footer02 a {
	color: #fffdfd;
	text-decoration: none;
   }
   .footer02 a:hover {
	text-decoration: underline;
   }
   .footer02 .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
   }
   .footer02 .menu li {
	margin: 0;
	padding: 0 20px;
   }
   .footer02 .copyright {
	margin: 0;
	padding: 20px 0 0 0;
   }

 /* SEC09 Gallery
------------------------------------------------------------*/
#content{
	width: 84%;
	margin: 0 auto;
	text-align: center;
}
#sec09{
	padding: 0 !important;
	margin-bottom: 3%;
}

/*#sec09 header{
	display: none;
}*/

#gallery #gallery2{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(84%/3);
	line-height: 0;
	padding: 3% 2%;
}
#gallery2 li{
	justify-content: center;
	line-height: 0;
	padding: 3%;
}

#gallery img{
	display: block;
	width: 100%;
	height: auto;
}
#gallery2 img{
	justify-content: center;
	margin: 2% auto 0;
	width: 30%;
	height: auto;
}
.pic4{
	clear: left;
}

.name{
	padding-bottom: 6%;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}
.toPamph{
	padding: 6% 0 2% 0;
}
.toPamph_cau{
	padding: 1% 0 5% 0;
	font-size: 0.8rem;
	color: #7baffd;
}
.name2{
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}
.toPamph2{
	padding-top: 2%;
}

.toPamph a , .toPamph2 a{
	color: #fff;
	font-size: 1rem;
}
.price{
	margin-top: 18px;
	font-size: 1.1rem;
	padding: 4% 0 2%;
	color: #00a7e3;
}
.caution{
	font-size: 0.8rem;
	padding: 5% 0;
	color: #00a7e3;
}

/*supertweeter st_notes*/
.st_notes h2{
	text-align: center;
	margin: 1% auto 7%;
	color: #7baffd;
	font-size: 1.4rem;
}

.v_button{
	background-color: #0020c1 ;
	box-sizing: border-box;
margin: 20px auto 0;
width: 260px;
border-radius: 2px;
}
.v_button a{
	color: white;
	font-size: 1.4rem;
}

/*High-end Audio highlight*/
.slide-bottom {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.2s 0s ease-out;
  }
  .techdocu {
	text-align: center;
  }

/* video */
.video{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
  }
  
  .video::before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #10394b;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
  }
  
  .video video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
  }



/*   surround page*/
.MP3 video{
	padding-left: 20px;
}

/* introduce*/
.yt_banner{
	width: 30%;
	align-items: center;
	margin: 0 auto 30px ;
	padding-top: 10px;
}
.yt_banner img:hover{
	filter: brightness(1.50); 
	transform: scale(1.02);
	transition:0.3s all;
}
#sec09 h2{
	font-size: 1.5rem;
}
.intro{
	display: flex;
	width:800px;
	margin: 0 auto;
	padding: 2px;
}
.pb-btn{
	margin: 1em auto;
	max-width:260px;
	width:70%;
	position:relative;
	padding: 2px;
  }
  .pb-btn p{
	margin:0 !important;
	padding:0 !important;
  }
  .pb-btn a{
	display:block;
	padding:1.5em 1em 1.3em;
	color:#333 !important;
	background:#FAFAFA;
	border:2px solid #777;
	font-size:16px !important;
	font-weight:600;
	position:relative;
	transition:all 0.2s;
	text-decoration:none;
  }
  .pb-btn .pb-btn__text{
	max-width: 80%;
	display: block;
	line-height:1.8;
  }
  .pb-btn .pb-btn__label{
	background: #539dd5;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em !important;
	font-size: 12px !important;
	line-height: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	position:absolute;
	top: -12px;
	left: 23px;
	z-index: 1;
  }
  
  .pb-btn a:after{
	position: absolute;
	content: "";
	display: inline-block;
	right: 7%;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
  }
  .pb-btn a:hover{
	border-color:#ffffff;
	transition:0.2s;
	text-decoration:none;
	filter: brightness(1.20); 
  }
  @media screen and (max-width:600px) {
	.yt_banner{
		width: 50%;
		
	}
	#sec09 h2{
		font-size: 1.2rem;
	}
	.intro{
		display: block;
		width: 60%;
	}
	.pb-btn{
	  width:90%;
	  margin: 30px 0;
	}
	.pb-btn a {
	  padding: 1.3em 1.3em 1.2em;
	  font-size:14px !important;
	}
	.pb-btn .pb-btn__label{
	  left:14px;
	}
	.pb-btn .pb-btn__add{
	  text-align:left;
	}

	
  }
/* introduce end*/



/* marker*/
.category{
	background: linear-gradient(transparent 88%, #eaad1e 0%);
    line-height: 1.3em;
}

.rec_title{
	background: linear-gradient(transparent 70%, #e18616 0%);
    line-height: 1.5em;
}



/* top slideshow*/

  /* 複数画像切り替え---------------------------------------------- */
  .slider-container {
	position: relative; /* コンテナ内でスライド位置を相対的に設定 */
	width: 100%; /* コンテナ幅を100%に */
	height: 500px; /* コンテナの高さを固定 */
	overflow: hidden; /* スライドがコンテナ外に出ないように非表示 */
}

/*画像の配置*/
.slideimg {
	position: absolute; /* 位置を絶対指定で重ねて配置 */
 	inset: 0; /*親要素内にフルサイズで配置*/
	opacity: 0; /* 初期状態で透明に */
	background-size: cover; /* 画像をスライド全体にカバー */
	animation: slideAnime 12s infinite; /* 1サイクル15秒を無限ループ */
}

/* スライド個別設定 */
.slideimg:nth-of-type(1) { background-image: url('../images/img-01.png'); animation-delay: 0s; }
.slideimg:nth-of-type(2) { background-image: url('../images/img-02.png'); animation-delay: 4s; }
.slideimg:nth-of-type(3) { background-image: url('../images/img-03.png'); animation-delay: 8s; }


/*タイミング設定*/
@keyframes slideAnime {
	0%, 63%, 100% { opacity: 0; } /* 非表示のタイミング */
	20%, 33% { opacity: 1; } /* 表示されるタイミング */

	to {
		transform: scale(1.1);
	  }
}


.manual_top{
	width: 30%;
	margin-top: 6% ;
}
#gallery li:hover{
 opacity:0.8
}

.to_top{
	width: 20%;
	margin-top: 6% ;
}






/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 60px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
	.MP3 video{
		width: 40%;
	}
	
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
		background-color: #000;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 60px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 10px;
		font-size: 1.2em;
		font-weight: 500;
	}
	
  #mainnav a{
		color: rgb(255, 255, 255);
	}
	
	#mainnav.changeNav{
		background: rgba(23, 23, 23, 0.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
	
	

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #2b2b2b;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 30px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}

	.MP3 video{
		width: 40%;
	}
	

	
	
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
	.col8 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
	.MP3 video{
		width: 40%;
		margin: 10px auto;
	}

	
}




@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

	#gallery li{
		float: none;
		width: 100%;
	}
	#gallery2 img{
		width: 90%;
	}
	#block{
		width: 80%;
		margin: 0 auto ;
		display: block;
		justify-content: center;
		align-items: center;
		border-bottom: solid 0.5px #fff;
		padding-bottom: 10px;
	}
	.bl_img img{
		width: 300px;
	}

	.MP3 video{
		display: block;
		width: 80%;
		margin: 10px auto;
	}
	


	.inner7 {
		width: 90%;
		font-size: 0.9rem;
		
	}
	.inner10{
		width: 90%;
	}
	.content_d article{
		width: 80%;
	}

}





@media only screen and (max-width: 420px){
	#header{
		position: relative;
		overflow:hidden;
		width:100%;
		height:300px;
	}
	#header2{
		position: relative;
		width:100%;
		height: 500px;

	}
	#header3{
		position: relative;
		overflow:hidden;
	}
	
	#header img{
		position:absolute;
		left:50%;
		width:1280px;
		height:300px;
		margin-left:-640px;
		padding-top: 4%;
	}
	#header2 img{
		position:absolute;
		width: 900px;
		
		
	}
	#header3 img{
		position:absolute;
		height:400px;
	}
	#slogan2 h2{
		line-height: 3rem;
	}
	.vision{
		width: 90%;
		margin: 2% auto;
		padding-bottom: 80px;
		justify-content: center;
	}
	.content_top article{
		width: 90%;
		justify-content: center;
		margin: 0 auto;
	}

	#gallery li{
		margin-bottom: 10%;
	}
	#gallery2 li{
		margin-bottom: 10%;
	}

	.bl_img img{
		width: 90%;
	}
	.inner7 {
		width: 90%;
		font-size: 0.9rem;
	}

	.MP3 video{
		display: block;
		width: 80%;
		
	}
	
	.inner10{
		width: 90%;
	}

	.slider-container {
		height: 300px; /* コンテナの高さを固定 */
	}

	.tbl_1{
		width: 96%;  /* tokusho table*/
		font-size: 0.7rem;
	}
	.manual_top{
		width: 40%;
		margin-top: 6% ;
	}
	.to_top{
		width: 40%;
		margin-top: 6% ;
	}
		/* gallery*/
		.price{
			font-size: 1.2rem;
			padding: 3% 0 2%;
		}
		.caution{
			font-size: 1.2rem;
			padding: 5% 0;
		}
}




@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}
	#slogan2 h2{
		font-size: 26px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	background-color: #000;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 30px;
  	height: 7px;
  	margin: -2px 0 0 -15px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 30px;
  	height: 7px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -17px;
	}

	#menuBtn:after{
  	margin-top: 10px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav .logo{
		display: none;
	}
	#mainnav li a:not(.a_logo){
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before:not(.a_logo){
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}

	#header{
		position: relative;
		overflow:hidden;
		width:100%;
		height:300px;
	}
	#header2{
		position: relative;
		overflow:hidden;
		width:100%;
		height:200px;
	}
	#header3{
		position: relative;
		overflow:hidden;
		width:100%;
		height:200px;
	}
	
	#header img{
		position:absolute;
		left:50%;
		width:1280px;
		height:300px;
		margin-left:-640px;
		padding-top: 4%;
	}
	#header2 img{
		position:absolute;
		height:300px;
	}
	#header3 img{
		position:absolute;
		height:300px;
		margin-top:-100px;
	}
	#slogan2 h2{
		padding: 10px 70px 10px 36px;
	}

	.block{
		display: block;
	}

	
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 50px 0 10px;
	}
	.vMid{
		padding: 0 20px;
	}

	/* gallery*/
	.price{
		font-size: 0.9rem;
		padding: 3% 0 1%;
	}
	.caution{
		font-size: 0.7rem;
		padding: 5% 0;
	}
}

























