/* Scss Document */
/* Scss Document */
#topimg {
  margin-top: 90px;
}
#topimg figure img {
  width: 100%;
}

#pickup ul {
  justify-content: center;
}
#pickup li {
  position: relative;
  width: 50%;
  margin: 0 10px;
}
#pickup li figure img {
  width: 100%;
}
#pickup li .text {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(0, -50%);
  width: 200px;
  height: 200px;
  padding: 20px;
  background: #000;
  color: #FFF;
  text-align: center;
}
#pickup li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1em;
}
#pickup li h3:after {
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  margin: 15px auto;
  background: #FFF;
}
#pickup li p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -.05em;
}

#works {
  background: #F3F3F3;
}
#works.content {
  padding: 60px 0;
}
#works ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#works li {
  width: 246px;
  margin: 0 0 40px 50px;
  text-align: center;
}
#works li:nth-child(4n+1) {
  margin: 0 0 40px 0;
}
#works li figure {
  margin-bottom: 1.0rem;
}
#works li h3 {
  font-size: 1.4rem;
}

#product {
  background: url(../images/index/product_bg_l.jpg) center top no-repeat;
}
#product.content {
  padding: 0;
}
#product .inner {
  position: relative;
  height: 500px;
  padding: 50px 0;
  background: url(../images/index/product_bg.jpg) center top no-repeat;
}
#product figure {
  position: absolute;
  top: -50px;
  left: 440px;
}
#product .text {
  width: 440px;
  padding: 0 20px 0 0;
  color: #FFF;
}
#product .text .lttl {
  margin-bottom: 50px;
}
#product .text > p {
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: .1em;
}

#news {
  background: #F3F3F3;
}
#news.content {
  padding: 60px 0;
}
#news li {
  display: flex;
  padding: 1.5em 0;
  border-bottom: #CCC 1px solid;
}
#news li:first-child {
  border-top: #CCC 1px solid;
}
#news li date {
  margin-right: 8.0rem;
  font-size: 1.5rem;
}
#news li p {
  font-size: 1.4rem;
  line-height: 1.2;
}
#news li a {
	color: #0081B7!important;
}
#news li a:link {
	text-decoration: underline;
}
#news li a:hover {
	text-decoration: none;
}


.l_bnr {
	width: 100%;
	min-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 50px;
	display: block;
}
.l_bnr li {
	width: 50%;
	float: left;
	text-align: center;
}
.l_bnr li img {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.l_bnr:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}
@media screen and (max-width: 640px) {
  .sp_f_column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

		.l_bnr {
	min-width: 100%;
}
	.l_bnr li {
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
		.l_bnr li img {
	width: 90%;
}

	
	
  #topimg {
    margin-top: 15.17vw;
  }

  #pickup li {
    width: 100%;
    margin: 0 0 3.33vw;
  }
  #pickup li a {
    width: 100%;
    height: 100%;
  }
  #pickup li .text {
    width: 50vw;
    height: auto;
    padding: 3.33vw;
  }
  #pickup li h3 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
  }
  #pickup li h3:after {
    width: 9vw;
  }
  #pickup li p {
    font-size: 3.3333333333vw;
	  font-weight: 400;
  }
  #pickup li .ico {
    width: 2vw;
    margin: .5em auto 0;
  }

  #works.content {
    padding: 10vw 0;
  }
  #works ul {
    justify-content: center;
  }
  #works li {
    width: 29.5vw;
    margin: 0 0 2.4vw 2.4vw;
  }
  #works li:nth-child(4n+1) {
    margin: 0 0 2.4vw 2.4vw;
  }
  #works li:nth-child(3n+1) {
    margin: 0 0 2.4vw 0;
  }
  #works li h3 {
    font-size: 3.3333333333vw;
	  font-weight: 400;
  }

  #product.content {
    padding: 0;
  }
  #product .inner {
    height: auto;
    padding: 10vw 3.33vw;
    background: url("../images/index/product_bg_sp.jpg");
    background-size: contain;
  }
  #product .text {
    width: 100%;
    padding: 0;
  }
  #product .text .lttl {
    margin-bottom: 8.33vw;
  }
  #product .text > p {
    margin-bottom: 8.33vw;
    font-size: 3.3333333333vw;
	  font-weight: 400;
  }

  #news.content {
    padding: 10vw 0;
  }
  #news li {
    padding: 1em 0;
  }
  #news li date {
	margin-right: 2.0rem;
	font-size: 3.3333333333vw;
	  line-height: 1.6;

  }
  #news li p {
	font-size: 3.3333333333vw;
	line-height: 1.6;
	font-weight: 400;

  }
}
