@charset utf-8;

/* --------------------------------------------------------------------------------
html { font-size:62.5%; = 10px }
body { font-size:1.6rem; = 16px }
font-family: Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
-------------------------------------------------------------------------------- */

.conceptBlock {
  margin: 0 auto 100px;
  width: 1040px;
  position: relative;
}

.conceptBlock h2,
.conceptBlock h3 {
  margin: 0 0 40px;
  text-align: center;
}

.conceptBlock p {
  font-size: 1.9rem;
  line-height: 1.75;
  text-align: center;
}

.conceptBlock p a {
  display: inline-block;
  border: 1px solid #3E2400;
  background: #3E2400;
}

.conceptBlock p a:hover {
  opacity: 0.7
}

.worksBlock {
  margin: 0 -500% 100px;
  padding: 40px 500% 0;
  width: 1040px;
  height: 700px;
  background: url(../images/bg_works.jpg) no-repeat center 0;
  position: relative;
}

.worksBlock h2,
.worksBlock h3 {
  margin: 0 0 40px;
  text-align: center;
}

.worksBlock a:hover {
  opacity: 0.7;
}


/* .worksBlock ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1px;
}

.worksBlock ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  list-style: none;
}

.worksBlock ul li:last-child {
  margin-right: 0;
}

.worksBlock ul li a:hover {
  opacity: 0.7;
} */

.projectBlock {
  margin: 0 -500% 100px;
  padding: 0 500%;
  width: 1040px;
  height: 400px;
  background: url(../images/bg_project.jpg) no-repeat center 0;
  position: relative;
}

.projectBlock a {
  display: block;
  padding: 25px;
  text-decoration: none;
  width: 990px;
  height: 350px;
}

.projectBlock h2 {
  margin: 0 0 25px;
}

.projectBlock p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.instaBlock h2 {
  margin: 0 0 40px;
  text-align: center;
}

.instaBlock .flex {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 100px -20px;
  width: calc(100% + 40px);
}

.instaBlock .flex .item {
  margin: 20px;
  width: 230px;
  height: 230px;
}

.instaBlock .flex .item.comingsoon {
  background-color: #eee;
}

.instaBlock .flex img {
  width: 100%;
}

.instaBlock a:hover {
  opacity: .7;
}


/* .aboutBlock {
  margin-bottom: 100px;
  padding: 118px 0 0 745px;
  width: 1040px;
  height: 295px;
  background: url(../images/bg_about.jpg) no-repeat 0 bottom;
  position: relative;
}

.aboutBlock h2 {
  margin: 0 0 0 425px;
  position: absolute;
  top: 0;
  left: 0;
}

.aboutBlock ul {
  margin: 0;
  padding: 0;
  width: 295px;
  border-top: 1px solid #3E2400;
}

.aboutBlock ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 44px;
  border-bottom: 1px solid #3E2400;
}

.aboutBlock ul li a {
  display: block;
} */

.slideWrap {
  margin: 0 -500% 50px;
  padding: 0 500%;
  width: 1040px;
  height: 750px;
}

.slideWrap>img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2080px;
  z-index: 300;
}

.bjqs {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}

.bjqs-slide {
  position: absolute;
  display: none;
  list-style: none;
}