/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.sof_mv {}
/* about */
.about_bg {
  padding: 1em 0 3em;
  background: #000;
  color: #fff;
}
.about_bg h2 {
  color: #6EB92C;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: -3em auto 0;
}
.about_bg h2 span {
  display: inline-block;
  border-bottom: 1px solid #6EB92C;
}
.about_bg p {
  text-align: left;
  width: 80%;
  margin: auto;
}
.about_bg ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2.5em;
  justify-content: space-between;
}
.about_bg ul li {
  position: relative;
  margin: 2em 8px 0em;
  width: calc(100% / 2 - 16px);
}
.about_bg ul li div {
  position: absolute;
  font-weight: bold;
  font-size: 1.5rem;
  bottom: -13px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
}
.about_bg ul li div span {
  background: #6EB92C;
  padding: 0px 15px;
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
.about_bg ul li div span:before {
  position: absolute;
  content: '';
  left: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent; /*bodyのカラーと同じ色に*/
  border-bottom: solid 25px #6EB92C;
  z-index: 2;
}
.about_bg ul li div span:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent; /*bodyのカラーと同じ色に*/
  border-top: solid 25px #6EB92C;
  z-index: 2;
}
.strength_bg {
  padding: 5em 0 3em;
  position: relative;
  background-image: url("https://gigaplus.makeshop.jp/sofmix/img/lp/bg01.webp"), url("https://gigaplus.makeshop.jp/sofmix/img/lp/bg02.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: top 0 right 0, bottom 0 left 0;
  background-size: 200px, 200px;
}
.strength_bg::before {
  position: absolute;
  top: 0.5em;
  right: 5%;
  text-align: right;
  content: 'STRENGTH';
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
  letter-spacing: 3px;
  -webkit-text-stroke: 1px #6EB92C;
  text-stroke: 1px #6EB92C;
  color: rgba(255, 255, 255, 0.0);
  font-size: 3rem;
  line-height: 1;
}
.strength_bg h2 {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0 0 0 100px;
  width: calc(90% - 100px);
  margin: auto;
}
.strength_bg h2 span {
  display: block;
  position: relative;
  font-size: 2.3rem;
  color: #6EB92C;
  padding: 5px 0 0;
  margin: 5px auto 0;
}
.strength_bg h2 span:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 1px;
  content: '';
  background: #6EB92C;
}
.strength_bg h2:after {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 0px;
  left: 5%;
  display: block;
  width: 65px; /*幅*/
  height: 65px;
  background-image: url("https://gigaplus.makeshop.jp/sofmix/img/lp/logo.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.strength_list {
  width: 90%;
  margin: auto;
}
.strength_list li {
  margin: 1.5em auto 0;
  padding: 20px;
  background: linear-gradient(-360deg, rgba(110, 185, 44, 1) 0%, rgba(0, 0, 0, 1)100%);
  text-align: left;
  color: #fff;
  position: relative;
}
.strength_list li::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 50px transparent; /*bodyのカラーと同じ色に*/
  border-top: solid 50px #6EB92C;
}
.strength_list li:after {
  position: absolute;
  left: 20px;
  top: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 3.5rem;
}
.strength_list li:nth-child(1):after {
  content: '1';
}
.strength_list li:nth-child(2):after {
  content: '2';
}
.strength_list li:nth-child(3):after {
  content: '3';
}
.strength_list li:nth-child(4):after {
  content: '4';
}
.strength_list li:nth-child(5):after {
  content: '5';
}
.strength_list_ttl {
  text-align: center;
  color: #6EB92C;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2rem;
  margin: 0 auto 0.5em;
  padding: 0 30px;
}
.strength_list_ttl span {
  display: inline-block;
}
.strength_list_flex {}
.strength_list_img {
  margin: 0 auto 1em;
}
.strength_list_txt {}
.strength_list_txt01 {
  padding: 0 0 10px;
  margin: 0 auto 15px;
  border-bottom: 0.5px solid #6EB92C;
}
.strength_list_txt02 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
  align-items: center;
}
.strength_list_txt02 div {
  width: 50%;
}
.strength_list_txt02 p {
  width: 45%;
  font-size: 1.2rem;
}
.slider_bg {
  padding: 3em 0;
  background: #F5F5F5;
}
.slider_bg h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
.slider_bg h2 span {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
  letter-spacing: 3px;
  -webkit-text-stroke: 1px #6EB92C;
  text-stroke: 1px #6EB92C;
  color: rgba(255, 255, 255, 0.0);
  font-size: 3rem;
  line-height: 1.3;
}
.lp_slider {
  margin: 1em auto 0;
}
.lp_slider.border {
  padding: 0 0 3em;
  margin: 1em auto 2em;
  border-bottom: 1px solid #6EB92C;
}
.lp_slider li {
  margin: 0 15px;
}
.lp_slider img {
  width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 1px solid #6EB92C; /*矢印の色*/
  border-right: 1px solid #6EB92C; /*矢印の色*/
  height: 15px;
  width: 15px;
  z-index: 1;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 14%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 14%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px !important;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  border: 1px solid #6EB92C;
  background: #F5F5F5; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #6EB92C; /*ドットボタンの現在地表示の色*/
}
.product_bg {
  padding: 3em 0 0;
}
.product_bg h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
.product_list {
  width: 90%;
  margin: 0 auto 2em;
}
.product_list li {
  margin: 2em auto 0;
  position: relative;
  background: #F5F5F5;
  padding: 30px;
}
.product_list li div {
  position: absolute;
  width: 100%;
  top: -12px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.product_list li div span {
  background: #6EB92C;
  font-weight: bold;
  padding: 0px 15px;
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #fff;
}
.product_list li div span:before {
  position: absolute;
  content: '';
  left: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent; /*bodyのカラーと同じ色に*/
  border-bottom: solid 25px #6EB92C;
  z-index: 2;
}
.product_list li div span:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent; /*bodyのカラーと同じ色に*/
  border-top: solid 25px #6EB92C;
  z-index: 2;
}
.product_table {
  margin: 1em auto 0;
  width: 90%;
  border-top: 1px solid #6EB92C;
  border-right: 1px solid #6EB92C;
}
.product_table li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: left;
}
.product_table li dt {
  padding: 10px;
  width: calc(35% - 20px);
  color: #fff;
  background: #6EB92C;
  border-bottom: 1px solid #fff;
}
.product_table li:last-child dt {
  border-bottom: 1px solid #6EB92C;
}
.product_table li dd {
  padding: 10px;
  width: calc(65% - 20px);
  border-bottom: 1px solid #6EB92C;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /* about */
  .about_bg {
    padding: 1em 0 6em;
  }
  .about_bg h2 {
    font-size: 4rem;
    margin: 0em auto 0;
    line-height: 1.4;
  }
  .about_bg h2 span {
    margin: 0 auto 0.3em;
  }
  .about_bg p {
    max-width: 800px;
  }
  .about_bg ul {
    max-width: 1200px;
    margin: 2em auto 4em;
  }
  .about_bg ul li {
    margin: 0em 10px 0em;
    width: calc(100% / 4 - 20px);
  }
  .about_bg ul li div {
    font-size: 1.7rem;
    bottom: -15px;
  }
  .about_bg ul li div span {
    padding: 0px 35px;
    height: 32px;
    line-height: 32px;
  }
  .about_bg ul li div span:before {
    border-bottom: solid 32px #6EB92C;
  }
  .about_bg ul li div span:after {
    border-top: solid 32px #6EB92C;
  }
  .strength_bg {
    padding: 6em 0 6em;
    background-size: 50%, 50%;
  }
  .strength_bg::before {
    top: 0.8em;
    right: 5%;
    font-size: 6rem;
  }
  .strength_bg h2 {
    font-size: 2rem;
    padding: 0 0 0 130px;
    max-width: calc(1100px - 130px);
  }
  .strength_bg h2 span {
    font-size: 3.5rem;
  }
  .strength_bg h2:after {
    left: 0%;
    width: 110px; /*幅*/
    height: 110px;
  }
  .strength_list {
    max-width: 1100px;
  }
  .strength_list li {
    margin: 3em auto 0;
    padding: 30px 100px 50px;
  }
  .strength_list li::before {
    border-right: solid 90px transparent; /*bodyのカラーと同じ色に*/
    border-top: solid 90px #6EB92C;
  }
  .strength_list li:after {
    left: 30px;
    top: 0px;
    font-size: 6rem;
  }
  .strength_list_ttl {
    font-size: 3.5rem;
  }
  .strength_list_flex {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .strength_list_img {
    width: 48%;
    margin: 0;
  }
  .strength_list_txt {
    width: 48%;
  }
  .strength_list_txt01 {
    padding: 0 0 15px;
    margin: 0 auto 25px;
  }
  .strength_list_txt02 div {
    width: 50%;
  }
  .strength_list_txt02 p {
    width: 45%;
    font-size: 1.4rem;
  }
  .slider_bg {
    padding: 5em 0;
  }
  .slider_bg h2 {
    font-size: 1.8rem;
  }
  .slider_bg h2 span {
    font-size: 5rem;
  }
  .lp_slider {
    margin: 2em auto 0;
  }
  .lp_slider.border {
    padding: 0 0 5em;
    margin: 2em auto 5em;
  }
  .lp_slider li {
    margin: 0 40px;
  }
  .lp_slider img {
    width: 35vw;
  }
  .slick-prev, .slick-next {
    height: 25px;
    width: 25px;
  }
  .slick-prev {
    left: 30%;
  }
  .slick-next {
    right: 30%;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px !important;
  }
  .product_bg {
    padding: 5em 0 0;
  }
  .product_bg h2 {
    font-size: 2rem;
  }
  .product_list {
    max-width: 1200px;
    margin: 2em auto 4em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .product_list li {
    margin: 0 10px 0em;
    width: calc(100% / 3 - 80px);
    padding: 50px 30px 30px;
  }
  .product_list li div {
    top: -12px;
  }
  .product_list li div span {
    padding: 0px 25px;
    height: 35px;
    line-height: 35px;
  }
  .product_list li div span:before {
    left: -15px;
    border-left: solid 15px transparent; /*bodyのカラーと同じ色に*/
    border-bottom: solid 35px #6EB92C;
  }
  .product_list li div span:after {
    right: -15px;
    border-right: solid 15px transparent; /*bodyのカラーと同じ色に*/
    border-top: solid 35px #6EB92C;
  }
  .product_table {
    margin: 1.5em auto 0;
    max-width: 900px;
  }
  .product_table li dt {
    padding: 13px 20px;
    width: calc(20% - 40px);
  }
  .product_table li dd {
    padding: 13px 20px;
    width: calc(80% - 40px);
  }
}