@charset "UTF-8";
img {
  vertical-align: bottom;
}

div.containar {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #191919;
  font-size: 1.4rem;
  line-height: 32px;
  overflow-x: hidden;
}

.bold {
  font-weight: bold;
}

.cntr {
  text-align: center;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.mg-b60 {
  margin-bottom: 60px;
}

.mg-b80 {
  margin-bottom: 80px;
}

.mg-b100 {
  margin-bottom: 100px;
}

.mg-b120 {
  margin-bottom: 120px;
}

.mg-b180 {
  margin-bottom: 180px;
}

.mg-b250 {
  margin-bottom: 250px;
}

section {
  width: 1000px;
  margin: 0 auto;
}

.content {
  width: 1000px;
  margin: 0 auto 180px;
}

a {
  text-decoration: none;
  color: #191919;
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

a:visited {
  color: #191919;
}

.kv-img {
  width: 1000px;
  margin: 0 auto;
  height: 500px;
  background: url(img/kv_ecobag.jpg) no-repeat center top;
}

.link-area, .link-area__footer {
  margin-bottom: 200px;
}

.link-area .item-link, .link-area__footer .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-area .item-link__title, .link-area__footer .item-link__title {
  padding: 0 106px;
}

.link-area .item-link__box, .link-area__footer .item-link__box {
  width: 250px;
  margin-right: 60px;
  position: relative;
}

.link-area .item-link__box:last-child, .link-area__footer .item-link__box:last-child {
  margin-right: 0;
}

.link-area .item-link__box a, .link-area__footer .item-link__box a {
  display: block;
}

.link-area .item-link__box a::before, .link-area__footer .item-link__box a::before {
  content: "NEW";
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  border: .5px solid #707070;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: -30px;
  right: 10px;
}

.link-area .item-link__name, .link-area__footer .item-link__name {
  display: inline-block;
  line-height: 1;
}

.topimg-area {
  margin-bottom: 200px;
}

.topimg-area #slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topimg-area #slider ul li {
  margin-right: 60px;
}

.topimg-area #slider ul li img {
  width: 382px;
}

.topimg-area .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

.topimg-area .bx-viewport {
  height: 56px !important;
  padding: 12px 0;
}

.topimg-area .img-wrap {
  margin-bottom: 140px;
}

.item-c {
  margin-bottom: 120px;
}

.item-c__v {
  margin-bottom: 60px;
}

.item-c__text {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.item-c__text .text-title {
  padding: 0 100px;
}

.item-c__text p {
  width: 640px;
}

.item-c__spec {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-c__spec p {
  width: 50%;
  padding: 0 30px;
}

.item-c__spec p:first-child {
  border-right: 1px solid #707070;
}

.item-desc {
  margin-bottom: 250px;
}

.item-desc > img {
  display: block;
  margin: 0 auto 100px;
}

.item-desc .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.item-desc .video__main video {
  width: 592px;
}

.item-desc .usage {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: 140px;
}

.item-desc .usage__img {
  padding: 0 20px 40px;
}

.item-desc .usage__img p {
  margin: 0;
  line-height: 1.8rem;
  margin: 5px 0;
}

.item-desc .btn {
  width: 480px;
  height: 70px;
  background-color: #000;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
}

.item-desc .btn a {
  display: block;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  height: 70px;
}

.item-desc .btn a span {
  display: block;
  width: 470px;
  height: 60px;
  line-height: 60px;
  border: .5px solid #FFF;
}

.item-desc .btn:hover {
  opacity: .8;
}

.link-area__footer {
  border-top: 1px solid #707070;
  padding-top: 100px;
  margin-bottom: 80px;
}

.link-area__footer .item-link__title {
  font-weight: bold;
  padding: 0 158px;
}
/*# sourceMappingURL=lp.css.map */