@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif");
/* line 8, ../scss/style.scss */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 14, ../scss/style.scss */
#wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  /*min-width:1200px;*/
  min-width: 1020px;
  /*min-height:700px;*/
  background: #000;
}

/* line 26, ../scss/style.scss */
.sec {
  /*background-attachment:fixed;*/
  background-position: left top;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  /*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  color: #fff;
  overflow: hidden;
}

/* line 42, ../scss/style.scss */
#top {
  background-image: url(../images/background/00_top.jpg);
  position: relative;
}

/* line 47, ../scss/style.scss */
#antique {
  background-image: url(../images/background/01_antique-vintage.jpg);
  background-size: cover;
}

/* line 52, ../scss/style.scss */
#shop {
  background-image: url(../images/background/02_space-design.jpg);
  background-size: cover;
}

/* line 57, ../scss/style.scss */
#photostudio {
  background-image: url(../images/background/03_photo-studio.jpg);
  background-size: cover;
}

/* line 62, ../scss/style.scss */
#vehicles {
  background-image: url(../images/background/04_vehicles.jpg);
  background-size: cover;
}

/* line 67, ../scss/style.scss */
#art {
  background-image: url(../images/background/05_arts-crafts.jpg);
  background-size: cover;
}

/* line 72, ../scss/style.scss */
#product {
  background-image: url(../images/background/06_product-design.jpg);
  background-size: cover;
}

/* line 77, ../scss/style.scss */
#about {
  background-image: url(../images/background/07_about.jpg);
  background-position: left 30%;
  background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*#top,#antique,#shop,#photostudio,#vehicles,#art,#product{
  	-webkit-transform:translateZ(0px);
  }*/
  /* line 87, ../scss/style.scss */
  #about {
    background-attachment: scroll;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 93, ../scss/style.scss */
  #top {
    -webkit-transform: translateZ(0px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 99, ../scss/style.scss */
  #antique {
    -webkit-transform: translateZ(0px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 105, ../scss/style.scss */
  #shop {
    -webkit-transform: translateZ(0px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 111, ../scss/style.scss */
  #photostudio {
    -webkit-transform: translateZ(0px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 117, ../scss/style.scss */
  #vehicles {
    -webkit-transform: translateZ(0px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 123, ../scss/style.scss */
  #art {
    -webkit-transform: translateZ(0px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 129, ../scss/style.scss */
  #product {
    -webkit-transform: translateZ(0px);
  }
}
/*----------------------------------
section top
----------------------------------*/
/* line 138, ../scss/style.scss */
#topMenu_container {
  height: 345px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: url(../images/img_black_alpha.png);
  margin: -177px 0 0;
  display: none;
}
/* line 147, ../scss/style.scss */
#topMenu_container h1 {
  width: 347px;
  height: 181px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin: 0 0 0 -173px;
}
/* line 156, ../scss/style.scss */
#topMenu_container #sub_container {
  font-size: 108%;
  width: 450px;
  position: absolute;
  left: 50%;
  top: 204px;
  margin: 0 0 0 -225px;
  font-size: 93%;
}
/* line 165, ../scss/style.scss */
#topMenu_container #sub_container a {
  color: #fff;
}
/* line 168, ../scss/style.scss */
#topMenu_container #sub_container .ttl {
  text-align: center;
}
/* line 172, ../scss/style.scss */
#topMenu_container #sub_container .sub_menu {
  padding: 0 0 0 15px;
}
/* line 176, ../scss/style.scss */
#topMenu_container #sub_container .sub_menu ul:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 182, ../scss/style.scss */
#topMenu_container #sub_container .sub_menu ul li {
  float: left;
  padding: .4em 0;
  width: 25%;
  font-family: 'Crimson Text', serif;
  font-size: 1.5em;
  transition: all .2s;
}
/* line 189, ../scss/style.scss */
#topMenu_container #sub_container .sub_menu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
/* line 196, ../scss/style.scss */
#topMenu_container #sub_container .sub_menu ul li:hover {
  padding: .5em 0 .3em;
}
/* line 203, ../scss/style.scss */
#topMenu_container .main_menu_text {
  border: 1px solid #f00;
}
/* line 206, ../scss/style.scss */
#topMenu_container .main_menu_text ul:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 212, ../scss/style.scss */
#topMenu_container .main_menu_text ul li {
  float: left;
  color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 1.6em;
}
/* line 218, ../scss/style.scss */
#topMenu_container .main_menu_text ul li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
/* line 226, ../scss/style.scss */
#topMenu_container .main_menu {
  width: 1058px;
  position: relative;
  top: 270px;
  margin: 0 auto -410px;
}
/* line 231, ../scss/style.scss */
#topMenu_container .main_menu ul {
  margin: 0 auto;
  width: 100%;
}
/* line 234, ../scss/style.scss */
#topMenu_container .main_menu ul:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 240, ../scss/style.scss */
#topMenu_container .main_menu ul li {
  float: left;
  display: inline-block;
  padding: 1em 0;
  border-left: 1px solid #aaa;
  box-sizing: border-box;
  transition: all .2s;
}
/* line 247, ../scss/style.scss */
#topMenu_container .main_menu ul li:last-child {
  border-right: 1px solid #aaa;
}
/* line 250, ../scss/style.scss */
#topMenu_container .main_menu ul li:hover {
  padding: 1.2em 0 .8em;
}
/* line 253, ../scss/style.scss */
#topMenu_container .main_menu ul li a {
  float: left;
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 1.6em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
/* line 267, ../scss/style.scss */
#topMenu_container .main_menu ul li.m1 {
  width: 22%;
}
/* line 270, ../scss/style.scss */
#topMenu_container .main_menu ul li.m2 {
  width: 16%;
}
/* line 273, ../scss/style.scss */
#topMenu_container .main_menu ul li.m3 {
  width: 16%;
}
/* line 276, ../scss/style.scss */
#topMenu_container .main_menu ul li.m4 {
  width: 11%;
}
/* line 279, ../scss/style.scss */
#topMenu_container .main_menu ul li.m5 {
  width: 16%;
}
/* line 282, ../scss/style.scss */
#topMenu_container .main_menu ul li.m6 {
  width: 19%;
}

/*#topMenu_container .main_menu{
	width:1058px;
	position:absolute;
	top:270px;
	left:8%;
	margin:0 0 0 -410px;
}*/
/* line 299, ../scss/style.scss */
.box_container h2 {
  font-size: 182%;
  font-weight: normal;
  margin: 0 0 20px;
}
/* line 304, ../scss/style.scss */
.box_container p br {
  display: none;
}

/*----------------------------------
section common
----------------------------------*/
/*#antique .box_container h2,
#shop .box_container h2,
#photostudio .box_container h2,
#vehicles .box_container h2,
#art .box_container h2,
#product .box_container h2{
	margin: 0 0 20px;
	}*/
/* line 322, ../scss/style.scss */
#antique .ttl, #shop .ttl, #photostudio .ttl, #vehicles .ttl, #art .ttl, #product .ttl {
  width: 550px;
  height: 70px;
  position: relative;
  top: -20%;
  margin: -31px auto 0;
  z-index: 2;
}

/*#antique .ttl,
#shop .ttl,
#photostudio .ttl,
#vehicles .ttl,
#art .ttl,
#product .ttl{
	width:550px;
	height:66px;
	position:absolute;
	top:-20%;
	left:50%;
	margin:-31px 0 0 -200px;
	z-index:2;
	border: 1px solid #f00;
}*/
/* line 347, ../scss/style.scss */
#antique .box_container, #shop .box_container, #photostudio .box_container, #vehicles .box_container, #art .box_container, #product .box_container {
  width: 100%;
  /*background: #000;*/
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 356, ../scss/style.scss */
#antique .box_container #item_container_ant, #shop .box_container #item_container_shop, #photostudio .box_container #item_container_photostudio, #vehicles .box_container #item_container_vehicles, #art .box_container #item_container_art, #product .box_container #item_container_product {
  width: 100%;
  height: 415px;
  position: absolute;
  top: 125px;
}

/* line 363, ../scss/style.scss */
#antique .box_container .inner {
  width: 1020px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  height: 500px;
}

/* line 371, ../scss/style.scss */
#shop .box_container .inner, #photostudio .box_container .inner, #vehicles .box_container .inner, #art .box_container .inner, #product .box_container .inner {
  width: 1020px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  height: 635px;
}

/*----------------------------------
section about
----------------------------------*/
/* line 383, ../scss/style.scss */
#about {
  min-height: 800px;
}
/* line 385, ../scss/style.scss */
#about .inner {
  position: absolute;
  top: 215px;
  right: 3%;
  text-align: center;
  width: 517px;
  height: auto;
}
/* line 393, ../scss/style.scss */
#about .ttl {
  width: 100%;
  height: auto;
}
/* line 397, ../scss/style.scss */
#about .txt01, #about .txt02 {
  margin: 4% auto 0;
  width: 90%;
}
/* line 402, ../scss/style.scss */
#about img.txt01, #about img.txt02 {
  height: auto;
}

/*----------------------------------
bottom menu
----------------------------------*/
/* line 412, ../scss/style.scss */
#bottomMenu {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/img_black_alpha.png);
  color: #fff;
  display: none;
  z-index: 100;
}
/* line 422, ../scss/style.scss */
#bottomMenu #bottom_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* line 434, ../scss/style.scss */
#bottomMenu h1 {
  position: absolute;
  left: 10px;
  top: 18px;
  cursor: pointer;
}
/* line 440, ../scss/style.scss */
#bottomMenu h2 {
  position: absolute;
  left: 150px;
  top: 45px;
}
/* line 445, ../scss/style.scss */
#bottomMenu .main_menu2 {
  position: absolute;
  right: 100px;
  top: 15px;
  text-align: right;
}
/* line 452, ../scss/style.scss */
#bottomMenu .main_menu2 ul {
  clear: both;
}
/* line 454, ../scss/style.scss */
#bottomMenu .main_menu2 ul:after {
  content: '';
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 460, ../scss/style.scss */
#bottomMenu .main_menu2 ul:first-of-type {
  float: right;
}
/* line 463, ../scss/style.scss */
#bottomMenu .main_menu2 ul:first-child {
  margin-bottom: .5em;
}
/* line 466, ../scss/style.scss */
#bottomMenu .main_menu2 ul li {
  float: left;
  padding: .4em .8em .5em;
  border-left: 1px solid #aaa;
  transition: all .2s;
}
/* line 472, ../scss/style.scss */
#bottomMenu .main_menu2 ul li:last-child {
  border-right: 1px solid #aaa;
}
/* line 475, ../scss/style.scss */
#bottomMenu .main_menu2 ul li:hover {
  padding: .5em .8em .4em;
}
/* line 478, ../scss/style.scss */
#bottomMenu .main_menu2 ul li a {
  display: block;
  color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 1.2em;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
