@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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a:focus,
*:focus {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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: 100%;
}

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

.kv-img {
  width: 100%;
  margin: 100px 0 0;
  height: 640px;
  background: url(img/kv_sp_ecobag.jpg) no-repeat center;
}

.top_title img {
  margin: 0 auto;
  display: block;
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px;
}

.link-area .item-link__title, .link-area__footer .item-link__title {
  margin-bottom: 70px;
  width: 100%;
}

.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;
}

.topimg-area .img-wrap img {
  width: 100%;
}

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

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

.item-c__text {
  margin-bottom: 50px;
  padding: 0 18px;
}

.item-c__text .text-title {
  margin-bottom: 40px;
}

.item-c__text p {
  width: 100%;
}

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

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

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

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

.item-desc .video {
  margin-bottom: 100px;
  padding: 0 18px;
}

.item-desc .video__titile {
  margin-bottom: 40px;
}

.item-desc .video__main video {
  width: 100%;
}

.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: 100px;
}

.item-desc .usage__img {
  padding: 0 18px 40px;
  width: 100%;
}

.item-desc .usage__img img {
  width: 100%;
}

.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 {
  padding: 0 18px;
  margin-bottom: 80px;
}

.link-area__footer .item-link__title {
  font-weight: bold;
}

.link-area__footer .item-link {
  border-top: 1px solid #707070;
  padding: 40px 27px 0;
}

.link-area__footer .item-link__box {
  margin: 0 auto 0 0;
}
/*# sourceMappingURL=lp.css.map */