@charset "UTF-8";
/*   
Theme Name: YOKOYAMA KOGEI
Description: YOKOYAMA KOGEI
Version: 2019.09
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0; }

@media screen and (max-width: 767px) {
  input, button, select, textarea {
    -webkit-appearance: none; } }
/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  min-width: 980px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  /* letter-spacing: 0.1em; */
  opacity: 0;
  transition: opacity 1s ease;
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 2.2em;
  }

a, a img {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  }

a:hover {
  opacity: 0.75; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.non_pc {
  display: none !important; }

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

	Common

=========================================================================================== */
.outline {
  min-width: 1000px;
  overflow: hidden; }

.main {
  z-index: 100;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
}
#inner .main {
	padding-top: 100px;
}
.f_en {
  font-family: 'Barlow Condensed', sans-serif;;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.f_min {	
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

/* Header *******************************/
header {
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 0;
}
.logo {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 34px;
	padding: 35px;
	width: 280px;
	letter-spacing: 0.25em;
	position: relative;
	z-index: 100;
}
.logo span {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	transition: color 0.6s ease;
	letter-spacing: 0.25em;
}
.logo span::before {
	display: block;
	position: absolute;
	content: "";
	background: #000;
	width: 0;
	height: 34px;
	left: -1px;
	top: 0;
	transition: width 0.6s ease;
}
.logo.active span {
	color: #fff;
}
.logo.active span::before {
	width: 100%;
	z-index: -1;
}
header .bt_contact {
	position: absolute;
	display: block;
	top: 0;
	right: 120px;
	z-index: 100;
	width: 240px;
	line-height: 100px;
	height: 100px;
	background: #000000;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
header .bt_contact:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}
header .bt_menu {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 101;
	width: 120px;
	height: 100px;
	background: #dbc45f;
}
header .bt_menu:hover {
	opacity: 1;
}
header .bt_menu::before,
header .bt_menu::after {
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	content: "";
	background: black;
	top: 50%;
	left: 30px;
	transition: all 0.3s ease;
}
header .bt_menu::before { margin-top: -7px;}
header .bt_menu::after { margin-top: 5px;}

header .bt_menu:hover::before {
	margin-top: -9px;
	width: 70px;
	left: 25px;
}
header .bt_menu:hover::after {
	margin-top: 7px;
	width: 70px;
	left: 25px;
}

header.open .bt_menu::after {
	margin-top: 0;
	transform: translate(0, 0) rotate(-160deg);
}
header.open .bt_menu::before {
	margin-top: 0;
	transform: translate(0, 0) rotate(160deg);
}
header .gmenu {
  display: none;
  position: absolute;
  background: #dbc45e;
  width: 100%;
  height: 2000px;
  right: 0;
  top: 0;
  z-index: 100;
}
header .gmenu .label {
	position: absolute;
	width: 540px;
	height: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: -120px;
}
header .gmenu .label div {
  position: relative;
  font-size: 84px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
  line-height: 120px;
  text-align: right;
  width: 410px;
  padding-right: 10px;
  margin-bottom: 20px;
}
header .gmenu .label div::before {
	position: absolute;
	content: "";
	display: block;
	background: #000;
	width: 540px;
	top: 4px;
	right: 0;
	height: 120px;
}
header .gmenu .label div span {
	display: block;
	position: relative;
}

header .gmenu ul {
	position: absolute;
	width: 300px;
	height: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 330px;
}
header .gmenu ul li {
	text-align: center;
}
header .gmenu ul li.last {
	margin-bottom: 50px;
}
header .gmenu ul li a {
	position: relative;
	font-size: 34px;
	letter-spacing: 0.2em;
	display: block;
	width: 300px;
	color: #000;
	padding: 20px 0;
	margin: 0 auto;
}
header .gmenu ul li a::before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 40px;
	background: #fff;
	left: 50%;
	top: 15px;
	transition: all 0.3s ease;
}
header .gmenu ul li a:hover {
	opacity: 1;
}
header .gmenu ul li a:hover::before {
	width: 300px;
	margin-left: -150px;
}
header .gmenu ul li a span {
	position: relative;
}

header .sidemenu {
	position: fixed;
	left: 40px;
	top: 50%;
	width: 30px;
	height: 400px;
	margin-top: -200px;
}
header .sidemenu p {
	position: relative;
	transform: rotate(90deg);
	transform-origin: 0 100%;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 20px;
	width: 200px;
	margin-bottom: 250px;
}
header .sidemenu::before {
	position: absolute;
	display: block;
	content: "";
	background: black;
	width: 1px;
	height: 30px;
	top: 220px;
}
header .sidemenu a {
	display: block;
	width: 20px;
	margin-top: 20px;
}


/* Footer *******************************/
footer {
	position: relative;
	background: #fff;
	z-index: 1000;
}
footer .copyright {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 100px;
}

/* Gototop *******************************/
.bt_gototop {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.bt_gototop a {
	display: block;
	height: 100px;
	width: 120px;
	text-indent: -9999px;
	overflow: hidden;
	background: #dbc45e;
}
.bt_gototop a::before {
	display: block;
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translate(-50%, -20%) rotate(-45deg);
	left: 50%;
	top: 50%;
}
.bt_gototop a:hover {
	opacity: 1;
}

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

	Index

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


#index .main h2 {
  position: relative;
  font-size: 84px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
  line-height: 120px;
  text-align: right;
  width: 410px;
  padding-right: 10px;
  margin-bottom: 50px;
}
#index .main h2::before {
	position: absolute;
	content: "";
	display: block;
	background: #000;
	width: 1500px;
	top: 4px;
	left: -1080px;
	height: 120px;
}
#index .main h2 div {
	width: 0;
	transition: width 1s ease;
	overflow: hidden;
	position: relative;
}
#index .main h2 div span {
	display: block;
}
#index section.active h2 div { width: 400px; }
#index section.active h2 div span { width: 400px; }


/* Visual *********************************/
#index .visual {
	position: relative;
	width: 100%;
	min-height: 1000px;
}
#index.ua_nonpc .visual {
	max-height: 1000px;
}
#index .visual h1 {
	margin: 0 auto;
	width: 280px;
}
#index .visual .slider1,
#index .visual .slider2 {
  position: absolute;
  top: 100px;
  left: 120px;
  height: calc(50% - 100px);
  width: calc(100% - 240px);
}
#index .visual .slider2 {
  top: auto;
  bottom: 100px;
}
#index .visual .slick-list,
#index .visual .slick-track {
	height: 100%;
}
#index .visual .slider1 .slick-slide,
#index .visual .slider2 .slick-slide {
  height: 100%;
  width: 100%;
  background: url(../images/img_slide1_1.jpg) no-repeat center center;
  background-size: cover;
}
#index .visual .slider1 .slick-slide.img2 {
  background-image: url(../images/img_slide1_2.jpg);
	background-position: bottom center;
}
#index .visual .slider1 .slick-slide.img3 {
  background-image: url(../images/img_slide1_3.jpg);
}
#index .visual .slider1 .slick-slide.img4 {
  background-image: url(../images/img_slide1_4.jpg);
}
#index .visual .slider2 .slick-slide.img1 {
  background-image: url(../images/img_slide2_1.jpg);
}
#index .visual .slider2 .slick-slide.img2 {
  background-image: url(../images/img_slide2_2.jpg);
	background-position: top center;
}
#index .visual .slider2 .slick-slide.img3 {
  background-image: url(../images/img_slide2_3.jpg);
}
#index .visual .slider2 .slick-slide.img4 {
  background-image: url(../images/img_slide2_4.jpg);
}
#index .visual .txt1,
#index .visual .txt2 {
	position: absolute;
	top: 50%;
	left: 35px;
	width: 48px;
	margin-top: -357px;
	overflow: hidden;
	height: 0;
	transition: height 0.6s +1s ease;
}
#index .visual .txt2 {
	left: auto;
	right: 35px;
	transition-delay: +0.5s;
}
#index .visual .txt1 img,
#index .visual .txt2 img {
	width: 48px;
}
#index .visual.show .txt1,
#index .visual.show .txt2 {
	height: 715px;
}
/*
#index .visual.mini .txt1,
#index .visual.mini .txt2 {
	left: 40px;
	width: 39px;
	margin-top: -280px;
}
#index .visual.mini .txt2 {
	left: auto;
	right: 40px;
}
#index .visual.mini .txt1 img,
#index .visual.mini .txt2 img {
	width: 39px;
}
#index .visual.mini.show .txt1,
#index .visual.mini.show .txt2 {
	height: 583px;
}
*/

/* MESSAGE *********************************/
#index .message {
	position: relative;
	margin-top: -100px;
	padding-top: 100px;
}

#index .message:before {
	display: block;
	position: absolute;
	content: "";
	width: 2000px;
	height: 1040px;
	background: #dbc45e;
	z-index: -1;
	top: -270px;
	left: 50%;
	margin-left: -1700px;
	transition: opacity 1s ease;
	opacity: 0;
}
#index .message.active:before {
	opacity: 1;
}
#index .message > .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding-bottom: 490px;
    padding-left: 30px;
    padding-right: 30px;
}
#index .message .text {
	font-size: 18px;
	font-weight: bold;
}
#index .message .img1,
#index .message .img2,
#index .message .img3 {
	position: absolute;
	display: block;
	transition: all 1s ease;
}
#index .message .img1 {
	width: 500px;
	top: 100px;
	left: 740px;
	opacity: 0;
}
#index .message .img2 {
	width: 480px;
	top: 630px;
	left: 120px;
	opacity: 0;
}
#index .message .img3 {
	width: 500px;
	top: 770px;
	left: 880px;
	opacity: 0;
}
#index .message .img1.active { opacity: 1; top: 60px; }
#index .message .img2.active { opacity: 1; left: 160px; } 
#index .message .img3.active {opacity: 1;left: 840px;}

/* SERVICE *********************************/
#index .service {
	position: relative;
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 200px;
}
#index .service > .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
#index .service .text {
	font-size: 18px;
	font-weight: bold;
}
#index .service ul.list {
	margin-top: 50px;
}
#index .service ul.list li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #000;
	text-align: center;
	line-height: 70px;
	padding: 0 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	transition: opacity 1s ease;
	opacity: 0;
}
#index .service ul.list li:nth-child(7) {
	clear: both;
}
#index .service ul.list li:nth-child(1) { transition-delay: 0.1s }
#index .service ul.list li:nth-child(2) { transition-delay: 0.2s }
#index .service ul.list li:nth-child(3) { transition-delay: 0.3s }
#index .service ul.list li:nth-child(4) { transition-delay: 0.4s }
#index .service ul.list li:nth-child(5) { transition-delay: 0.5s }
#index .service ul.list li:nth-child(6) { transition-delay: 0.6s }
#index .service ul.list li:nth-child(7) { transition-delay: 0.7s }
#index .service ul.list li:nth-child(8) { transition-delay: 0.8s }
#index .service ul.list li:nth-child(9) { transition-delay: 0.9s }
#index .service ul.list li:nth-child(10) { transition-delay: 1s }

#index .service ul.list.active li {
	opacity: 1;
}
#index .photos {
	position: relative;
	max-width: 1440px;
	max-height: 830px;
	margin: 0 auto;
}
#index .photos img {
	position: absolute;
	transition: all 1s ease;
	transform: scale(1.1);
	opacity: 0;
}
#index .photos.active img {
	transform: scale(1);
	opacity: 1;
}
#index .photos .img1 { transition-delay: 0.2s; width: 29.5%;left: 0%;top: 0%;}
#index .photos .img2 { transition-delay: 0.6s; width: 19.444%;left: 30.3%;top: 0%;}
#index .photos .img3 { transition-delay: 0; width: 19.444%;left: 50.4%;top: 0%;}
#index .photos .img4 { transition-delay: 0.4s; width: 29.5%;right: 0%;top: 0%;}
#index .photos .img5 { transition-delay: 0s; width: 9.375%;left: 0%;top: 33.8%;}
#index .photos .img6 { transition-delay: 0.2s; width: 9.375%;left: 10.1%;top: 33.8%;}
#index .photos .img7 { transition-delay: 0.8s; width: 19.444%;left: 20.2%;top: 33.8%;}
#index .photos .img8 { transition-delay: 0.4s; width: 19.444%;left: 40.4%;top: 33.8%;}
#index .photos .img9 { transition-delay: 0s; width: 19.444%;left: 60.4%;top: 33.8%;}
#index .photos .img10 { transition-delay: 0.6s; width: 19.444%;right: 0%;top: 33.8%;}
#index .photos .img11 { transition-delay: 0.2s; width: 19.444%;left: 0%;top: 50.5%;}
#index .photos .img12 { transition-delay: 0.4s; width: 19.444%;left: 0%;bottom: 0%;}
#index .photos .img13 { transition-delay: 0.8s; width: 29.5%;left: 20.2%;bottom: 0%;}
#index .photos .img14 { transition-delay: 0.4s; width: 19.444%;left: 50.4%;bottom: 0%;}
#index .photos .img15 { transition-delay: 0.6s; width: 9.375%;left: 60.4%;top: 50.5%;}
#index .photos .img16 { transition-delay: 0; width: 29.5%;right: 0%;top: 50.5%;}
#index .photos .img17 { transition-delay: 0.2s; width: 29.5%;right: 0%;bottom: 0%;}


/* WORKS *********************************/
#index .works {
	position: relative;
	margin-top: -100px;
	padding-top: 100px;
}
#index .works:before {
	display: block;
	position: absolute;
	content: "";
	width: 2000px;
	height: 860px;
	background: #dbc45e;
	z-index: -1;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	transition: opacity 1s ease;
	opacity: 0;
}
#index .works.active:before {
	opacity: 1;
}
#index .works > .inner {
	position: relative;
	max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0 auto 0 auto;
	padding-bottom: 200px;
}
#index .works .slider3 {
	margin-top: 60px;
	background: #000;
	transition: opacity 1s +0.5s ease;
	opacity: 0;
}
#index .works.active .slider3 { 
	opacity: 1;
}
#index .works .slick-list {
	overflow: visible;
}
#index .works .slick-slide {
	background: #000;
	position: relative;
}
#index .works .slick-slide::before {
	position: absolute;
	display: block;
	content: '1 9';
	color: #000;
	top: -148px;
	right: 0px;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.2em;
	text-align: right;
	width: 250px;
	line-height: 70px;
	font-size: 84px;
	letter-spacing: 0.45em;
}
#index .works .slick-slide.box1::before { content: '1 9'; }
#index .works .slick-slide.box2::before { content: '2 9'; }
#index .works .slick-slide.box3::before { content: '3 9'; }
#index .works .slick-slide.box4::before { content: '4 9'; }
#index .works .slick-slide.box5::before { content: '5 9'; }
#index .works .slick-slide.box6::before { content: '6 9'; }
#index .works .slick-slide.box7::before { content: '7 9'; }
#index .works .slick-slide.box8::before { content: '8 9'; }
#index .works .slick-slide.box9::before { content: '9 9'; }

#index .works .slick-slide::after {
	position: absolute;
	display: block;
	content: '';
	top: -144px;
	right: 118px;
	background: #000;
	width: 3px;
	height: 70px;
	transform: rotate(45deg);
}
#index .works .slick-slide .img {
	width: 60%;
	float: left;
	overflow: hidden;
}
#index .works .slick-slide .img img {
    transform: scale(1.01);
}
#index .works .slick-slide .info {
	position: absolute;
	color: #fff;
	padding: 0 40px;
	width: 40%;
	top: 50%;
	right: 0px;
	box-sizing: border-box;
	transform: translate(0, -50%);
	margin-top: 20px;
	transition: all 1s ease;
}
#index .works .slick-active .info {
	margin-top: -10px;
}
#index .works .slick-slide .info .title {
	font-size: 18px;
	font-weight: bold;	
}
#index .works .slick-slide .info .text {
	font-size: 15px;
	margin-top: 25px;
	line-height: 1.8em;
}
#index .works .slick-prev,
#index .works .slick-next {
	left: auto;
	right: 105px;
	top: auto;
	bottom: 5px;
	background: url(../images/icon_arrow_l.png) no-repeat center center;
	background-size: 52px auto;
	z-index: 1000;
	width: 60px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	transition: background 0.3s ease;
}
#index .works .slick-next {
	right: 25px;
	background-image: url(../images/icon_arrow_r.png);
}
#index .works .slick-prev:hover {
	background-position: left center;
}
#index .works .slick-next:hover {
	background-position: right center;
}


/* ABOUT *********************************/
#index .about {
	position: relative;
	margin-top: -100px;
	padding-top: 100px;
}
#index .about .bg {
	position: absolute;
	background: url(../images/bg_about.jpg) no-repeat center center;
	background-size: cover;
	height: 480px;
	width: 100%;
	z-index: -1;
	top: 163px;
	transition: opacity 1s +0.5s ease;
	opacity: 0;
}
#index .about.active .bg {
	opacity: 1;
}
#index .about > .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
}
#index .about .profile {
	margin-top: 500px;
}
#index .about .profile .title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	width: 20%;
	letter-spacing: 0.2em;
}
#index .about .profile dl {
	float: left;
	font-size: 15px;
	width: 38%;
	letter-spacing: 0.1em;
}
#index .about .profile dl.list1 {
}	

#index .about .profile dl.list2 {
	margin-left: 4%;
}	

#index .about .profile dl dt {
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 14px 0;
}
#index .about .profile dl dd {
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	padding: 14px 0;
}
#index .about .profile dl dd.tall {
	padding-bottom: 43px;
}

/* CONTACT *********************************/
#index .contact {
	position: relative;
	margin-top: -100px;
	padding-top: 100px;
}
#index .contact:before {
	display: block;
	position: absolute;
	content: "";
	width: 2000px;
	height: 100%;
	background: #dbc45e;
	z-index: -1;
	top: -1px;
	right: 50%;
}
#index .contact > .inner {
	position: relative;
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
	margin: -5px auto 0 auto;
	padding-bottom: 100px;
}
#index .contact .map {
	display: block;
	position: absolute;
	content: "";
	height: 100%;
	z-index: -1;
	top: -1px;
	left: 50%;
	width: 50%;
}
#index .contact .map iframe {
	display: block;	
	width: 100%;
	height: 100%;
}
#index .contact .info {
	width: 50%;
}
#index .contact .text {
	font-weight: bold;
	font-size: 20px;
	margin-top: 60px;
}
#index .contact .logo {
	margin: 40px 0 30px -4px;
	text-align: left;
	padding: 0;
}
#index .contact dl {
	width: 78%;
}
#index .contact dl dt {
	float: left;
	width: 25%;
	padding: 14px 0;
	font-family: 'Barlow Condensed', sans-serif, "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;;
	letter-spacing: 0.1em;
	font-size: 24px;
}
#index .contact dl dt span {
	font-size: 18px;
	font-weight: bold;
}
#index .contact dl dd {
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 14px 0;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	font-size: 24px;
}
#index .contact dl dd span {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	left: 10px;
	top: -2px;
}

@media screen and (max-width: 1199px) {
	header .gmenu ul {
		margin-left: 280px;
	}
	#index .message .img1 {
		width: 400px;
		left: 720px;
		top: 140px;
	}
	#index .message .img2 {
		left: 80px;
	}
	#index .message .img3 {
		width: 440px;
		top: 720px;
		left: 800px;
	}
	#index .message .img1.active { top: 100px; }
	#index .message .img2.active { left: 120px; } 
	#index .message .img3.active { left: 760px;}
}
@media screen and (max-width: 1099px) {
	header .bt_contact {
		width: 170px;
	}
}
@media screen and (max-width: 999px) {
	#index .visual h1 {
		margin: 0;
	}
}
