@charset "UTF-8";
.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 80px;
  /* プロダクツ*/
}

.container > .label {
  font-size: 32px;
  margin: 140px 0 40px 0;
}

.container #item {
  height: auto;
  margin: 0 auto 40px;
  padding: 20px 30px;
}

.container #item .box-inner {
  height: auto;
}

.container #item .box-inner > .pro {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.container #item .box-inner > .pro > .pro-photo {
  width: 400px;
  height: 400px;
}

.container #item .box-inner > .pro > .pro-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.container #item .box-inner > .pro > .pro-txt {
  max-width: 600px;
  height: 400px;
  padding: 0 50px;
}

.container #item .box-inner > .pro > .pro-txt > .caption {
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-weight: bold;
  font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
}

.container #item .box-inner > .pro > .pro-txt > .pro-t {
  margin-left: 20px;
  font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
}

.container #item:nth-of-type(even) > .box-inner > .pro {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.container #itemuse {
  height: auto;
}

.container #itemuse > .box-inner {
  max-width: 100%;
  margin: 0 120px 100px;
  height: auto;
}

.container #itemuse > .box-inner > .use-visual {
  height: auto;
  max-width: 100%;
  position: relative;
}

.container #itemuse > .box-inner > .use-visual > .bxslider > .use-photo {
  max-width: 900px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.container #itemuse > .box-inner > .use-visual > .bxslider > .use-photo.use-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.container #itemuse > .box-inner > .use-visual > .use-txt {
  position: absolute;
  width: 600px;
  top: 350px;
  left: 0;
  margin: auto;
  padding: 30px;
  background-color: #EDEEF0;
  font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
}

.container #itemuse > .box-inner > .use-visual > .use-txt .text {
  line-height: 100px;
}

.container #products {
  height: auto;
  margin: 0 0 80px 0;
  padding: 30px 50px;
  background-color: #EDEEF0;
}

.container #products .box-inner {
  height: auto;
}

.container #products .box-inner .label {
  font-size: 22px;
  margin: 0 0 40px 0;
}

.container #products .box-inner .products-inner {
  height: auto;
  padding: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container #products .box-inner .products-inner .products-photo {
  max-width: 40%;
}

.container #products .box-inner .products-inner .products-photo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.container #products .box-inner .products-inner .products-txt {
  width: 40%;
}

.container #products .box-inner .products-inner .products-txt .caption {
  margin-bottom: 20px;
}

.container #products .box-inner .products-inner .products-txt > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 20px;
}

.container #products .box-inner .products-inner .products-txt > dl > dt {
  width: 20%;
  margin-bottom: 10px;
}

.container #products .box-inner .products-inner .products-txt > dl > dd {
  width: 70%;
  margin-bottom: 10px;
}

.container #products .box-inner .products-inner .products-txt .shop {
  width: 200px;
  height: 40px;
}

.container #products .box-inner .products-inner .products-txt .shop a {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: auto;
  font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
}

@media (max-width: 1399px) {
  .container {
    /* 製品使い方 */
  }
  .container #item > .box-inner .pro {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container #item > .box-inner .pro > .pro-photo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container #item > .box-inner .pro > .pro-txt {
    max-width: 400px;
    height: 300px;
    padding: 0;
  }
  .container #item > .box-inner .pro > .pro-txt > .caption {
    font-size: 25px;
  }
  .container #item > .box-inner .pro > .pro-txt > .pro-t {
    font-size: 14px;
  }
  .container #itemuse {
    width: 100%;
    height: 60vh;
    padding: 0;
    margin: 0 0 50px 0;
  }
  .container #itemuse .box-inner {
    width: 100%;
    height: 60vh;
    margin: 0 0 50px 0;
  }
  .container #itemuse .box-inner .use-visual .bxslider > .use-photo {
    max-width: 100%;
  }
  .container #itemuse .box-inner .use-visual .bxslider > .use-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .container #itemuse .box-inner .use-visual > .use-txt {
    position: absolute;
    width: auto;
    top: 350px;
    left: 0;
    margin: auto;
    padding: 30px;
    background-color: #EDEEF0;
    font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
  }
  .container #itemuse .box-inner .use-visual > .use-txt .text {
    font-size: 10px;
    line-height: 100px;
  }
  .container #products {
    height: auto;
    margin: 0 0 140px 0;
    padding: 10px 20px;
  }
}

/* 画面幅~999pxまで */
@media (max-width: 999px) {
  .container {
    width: 100%;
    padding: 0;
    /* 製品 */
    /* 製品使い方 */
    /* プロダクツ */
  }
  .container #item {
    height: 400px;
  }
  .container #item .box-inner {
    height: 400px;
  }
  .container #item .box-inner .pro {
    height: 400px;
  }
  .container #item .box-inner .pro > .pro-txt {
    padding: 0 10px;
  }
  .container #item:nth-of-type(3) {
    margin-bottom: 100px;
  }
  .container #itemuse {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 50px 0;
  }
  .container #itemuse .box-inner {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
  }
  .container #itemuse .box-inner .use-visual .bxslider > .use-photo {
    max-width: 100%;
  }
  .container #itemuse .box-inner .use-visual .bxslider > .use-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .container #itemuse .box-inner .use-visual > .use-txt {
    position: unset;
    width: auto;
    margin: auto;
    padding: 30px;
    background-color: #EDEEF0;
    font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
  }
  .container #itemuse .box-inner .use-visual > .use-txt .text {
    font-size: 10px;
    line-height: 100px;
  }
  .container #products {
    height: auto;
    margin-bottom: 100px;
  }
  .container #products .box-inner {
    height: auto;
  }
  .container #products .box-inner > .products-inner {
    height: auto;
    padding: 10px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #EDEEF0;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container #products .box-inner > .products-inner > .products-photo {
    width: 100%;
    margin: 0 auto 40px;
  }
  .container #products .box-inner > .products-inner > .products-txt {
    width: 100%;
    margin: 0 auto;
  }
  .container #products .box-inner > .products-inner > .products-txt .caption {
    margin-bottom: 20px;
    text-align: center;
  }
  .container #products .box-inner > .products-inner > .products-txt > dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
  }
  .container #products .box-inner > .products-inner > .products-txt > dl > dt {
    width: 40%;
    margin-bottom: 10px;
    text-align: center;
  }
  .container #products .box-inner > .products-inner > .products-txt > dl > dd {
    width: 60%;
    margin-bottom: 10px;
    text-align: center;
  }
  .container #products .box-inner > .products-inner > .products-txt .shop {
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
  .container #products .box-inner > .products-inner > .products-txt .shop a {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: auto;
    font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
  }
}

@media (max-width: 799px) {
  /* 製品 */
  .container {
    padding: 0 10px;
    /* プロダクツ */
  }
  .container #item {
    height: 500px;
    margin-bottom: 50px;
    padding: 0;
  }
  .container #item .box-inner {
    height: 500px;
  }
  .container #item .box-inner .pro {
    height: 100%;
    display: block;
  }
  .container #item .box-inner .pro > .pro-photo {
    width: 300px;
    height: 250px;
    margin: 0 auto 10px;
  }
  .container #item .box-inner .pro > .pro-photo > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container #item .box-inner .pro > .pro-txt {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .container #itemuse {
    margin-bottom: 100px;
  }
  .container #itemuse .box-inner .label {
    margin: 0;
    font-size: 22px;
  }
  .container #itemuse .box-inner .detaile-inner {
    height: auto;
    padding: 10px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #EDEEF0;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-photo {
    width: 100%;
    margin: 0 auto 40px;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt {
    width: 100%;
    margin: 0 auto;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt .caption {
    margin-bottom: 20px;
    text-align: center;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt > dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt > dl > dt {
    width: 40%;
    margin-bottom: 10px;
    text-align: center;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt > dl > dd {
    width: 60%;
    margin-bottom: 10px;
    text-align: center;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt .shop {
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
  .container #itemuse .box-inner .detaile-inner > .detaile-txt .shop a {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: auto;
    font-family: "Custom Yu Gothic","游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
  }
  .container #products {
    padding: 10px 20px;
    margin: 120px auto 50px;
  }
  .container #products > .box-inner {
    padding: 10px 20px;
  }
  .container #products > .box-inner .products-inner {
    padding: 10px 10px;
  }
}
/*# sourceMappingURL=item.css.map */