@charset "UTF-8";
/*テスト公開時には、画像のパスを「／22ss/anti-insect/img/」から「／22ss-demo/anti-insect/img/」に置換*/
/*本番公開時には、画像のパスを「／22ss-demo/anti-insect/img/」から「../img」に置換*/
a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

/* リコメンドリスト調整 */
.recommend-list .recommend-item {
  width: 25%;
  padding-bottom: 20px;
}

.recommend-item__img {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* 左側だけ線表示 */
.recommend-list .recommend-item:nth-child(4n+1) {
  border-left-width: 1px;
}

/* 2列目以降 */
.recommend-list .recommend-item:nth-child(n+5) {
  border-top-width: 0;
}

.recommend-list .recommend-item__name {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .recommend-list .recommend-item {
    width: 50%;
  }

  .recommend-list .recommend-item:nth-child(2n+1) {
    border-left-width: 1px;
  }

  .recommend-list .recommend-item:nth-child(n+3) {
    border-top-width: 0;
  }

  .recommend-list .recommend-item__name {
    font-size: 24px;
  }

  .recommend-list .recommend-item__price {
    font-size: 16px;
  }
}
/* メインビジュアル */
.mv__inner {
  color: #fff;
  background-image: url("../img/anti-insect_mv_pc.jpg");
  padding-top: initial;
  min-height: 500px;
}

.mv-catch, .mv-series {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
}

@media screen and (min-width: 1281px) {
  /*.mv__inner {
    background-position-y: top;
  }*/
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    background-image: url("../img/anti-insect_mv_sp.jpg");
    padding-top: initial;
    min-height: 500px;
  }
}
/* sec01 */
.sec01 {
  margin-top: 100px;
}

.bg-100__wrap {
  min-height: 700px;
  margin-bottom: 70px;
}

.sec01-bg {
  background-image: url("../img/scene_bg.jpg");
}
.sec02-bg {
  background-image: url("../img/scene_bg2.jpg");
}

.img-wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  .bg-100__wrap.sec01-bg {
    padding-top: 39.58%;
    min-height: auto;
  }
  .bg-100__wrap.sec02-bg {
    padding-top: 74.48%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 50px;
  }

  .bg-100__wrap {
    margin-bottom: 40px;
  }

  .img-wrap {
    margin-bottom: 30px;
  }
}
.sec01 .inner {
  max-width: 760px;
  width: 100%;
}
.sec01-ttl {
  text-align: center;
}
.sec01-ttl span {
  font-size: 25px;
    font-weight: 400;
  line-height: 1.4;
  display: block;
}
.sec01-ttl strong {
  margin-top: 10px;
  font-size: 45px;
    font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 3px solid #000;
}
.sec01-list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.sec01-list_img {
  width: 190px;
}
.sec01-list_txt {
  width: 485px;
  padding-right: 80px;
  font-size: 15px;
  line-height: 1.6;
}
.sec01-desc {
  font-size: 27px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
}
.sec01-img-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 200px;
  text-align: center;
}
.sec01-img-wrap img {
  max-width: 732px;
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    max-width: 100%;
    width: 100%;
  }
  .copy-lead {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .sec01-ttl span {
    font-size: 16px;
      font-weight: 400;
    line-height: 1.4;
    display: block;
  }
  .sec01-ttl strong {
    margin-top: 10px;
    font-size: 20px;
    border-bottom: 2px solid #000;
  }
  .sec01-list li {
    margin-top: 20px;
  }
  .sec01-list_img {
    width: 20%;
  }
  .sec01-list_txt {
    width: 75%;
    font-size: 15px;
    padding-right: 0;
  }
  .sec01-desc {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .sec01-img-wrap {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 40px;
    text-align: center;
  }
  .sec01-img-wrap img {
    max-width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .sec01-ttl span {
    font-size: 4vw;
  }
  .sec01-list_txt {
    width: 75%;
    font-size: 3vw;
    padding-right: 0;
  }
  .sec01-desc {
    font-size: 3.3vw;
  }
}
/* sec02 */
.item__wrap {
  padding-top: 20px;
  padding-bottom: 70px;
}

.item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20px;
}

.item-head-img {
  width: 50%;
}

.item-head-txt {
  width: 50%;
}

.item-head-txt {
  padding-left: 28px;
  text-align: left;
}

.item-head-txt__name {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}

.item-head-txt__kana {
  font-size: 11px;
  color: #4D4C4C;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.item-head-txt__copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 2px;
}

.item-head-txt__desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  color: #606162;
}

.btn-buy a {
  display: block;
  margin: 0 auto 0 0;
  padding: 12px 0;
  max-width: 283px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.item-body {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.item-body-list {
  width: 30%;
}

.item-body .txt {
  margin-top: 30px;
  color: #606162;
}

/*位置調整*/
.sec02-01 .item-head-txt {
  margin-top: 40px;
}

.sec02-02 .item-head-txt {
  margin-top: 90px;
}

.sec02-03 .item-head-txt {
  margin-top: 50px;
}

.sec02-04 .item-head-txt {
  margin-top: 70px;
}

.sec02-04 .item-body {
  margin-top: 40px;
}

@media screen and (max-width: 1030px) {
  .item-head-img {
    width: 55%;
  }

  .item-head-txt {
    width: 45%;
  }

  .item-head-img {
    margin-bottom: 20px;
  }

  .item-head-txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .item__wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .item-head {
    padding-top: 0;
  }

  .item-head-img {
    width: 100%;
  }

  .item-head-txt {
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
  }

  .item-head-txt__name {
    font-size: 32px;
  }

  .item-head-txt__kana {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .item-head-txt__copy {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .item-head-txt__desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  .btn-buy a {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 50%;
    font-size: 15px;
  }

  .item-body {
    margin-top: 40px;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 600px) {
  .btn-buy a {
    font-size: 3vw;
  }

  .item-head-txt__copy {
    font-size: 3.5vw;
  }

  .item-body-list {
    width: 32%;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 2.2vw;
  }
}
.pbox-wrap {
  border: 1px solid #707070;
  padding: 70px 40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pbox-wrap .item-head-img {
    max-width: 80%;
    margin: auto;
  }

  .pbox-wrap {
    padding: 30px 20px;
    margin-top: 30px;
  }
}