/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.sof_mv {}
/* about */
.top_about_bg {
  padding: 3em 0;
  background-image: url("https://gigaplus.makeshop.jp/sofmix/img/top/about_bgsp.webp");
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.top_about {
  text-align: left;
}
.top_about_ttl {
  width: 80%;
  margin: 0 auto 0.3em;
  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: 4.5rem;
  line-height: 1;
}
.top_about_img {
  width: 90%;
  margin: 0 auto 0 0;
}
.top_about_txt {
  width: 80%;
  margin: 2em auto 0;
}
.top_about_txt div {
  color: #6EB92C;
  font-weight: bold;
  position: relative;
}
.top_about_txt div:before {
  position: absolute;
  top: calc(50% - 1px);
  left: -15%;
  width: 12%;
  height: 1px;
  content: '';
  background: #6EB92C;
}
.top_about_txt p {
  margin: 0.5em auto 1em;
}
.top_about_txt p span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.top_product_bg {
  margin: 0 auto 0;
  padding: 0px 0 3em;
  background-image: url("https://gigaplus.makeshop.jp/sofmix/img/top/product_bgsp.webp");
  background-position: top 100px left 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  position: relative;
}
.top_product_ap {
  margin: 0 0 1.5em auto;
  width: 90%;
}
.top_product {}
.top_product_img {}
.top_product_img img {
  display: block;
  width: 70%;
  margin: auto;
}
.top_product_img div {
  width: 80%;
  margin: 0 auto 0.5em;
  color: #6EB92C;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 4.0rem;
  position: relative;
}
.top_product_img div:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 1px;
  content: '';
  background: #6EB92C;
}
.top_product_img p {
  width: 80%;
  margin: 0 auto 0.5em;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.top_product_img p span {
  display: block;
  font-size: 2.5rem;
}
.top_product_txt {
  width: 80%;
  margin: 2em auto 0;
}
.top_product_txt div {
  margin: 0 auto 1em;
}
.top_product_txt p {
  line-height: 1.8;
}
.top_product_txt p span {
  display: block;
  color: #6EB92C;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #6EB92C;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.top_product_txt p a {
  /*ボタンの形状*/
  margin: 1em auto 0;
  display: inline-block;
  color: #6EB92C !important;
  border: 0.5px solid #6EB92C;
  text-align: center;
  padding: 12px 0px;
  width: 100%;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: linear-gradient(120deg, #6EB92C 0%, #000 15%, #000 51%, #000 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  position: relative;
}
/*hoverした際の、背景の場所とテキスト色の変更*/
.top_product_txt p a:hover {
  color: #fff;
  background-position: 30% 50%;
}
.top_product_txt p a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #6EB92C;
  z-index: 3;
}
.top_product_txt p a span {
  border-bottom: none;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.top_official_bg {
  padding: 3em 0 0;
}
.top_official {
  background: #000;
  color: #fff;
  text-align: left;
  width: 80%;
  margin: auto;
}
.top_official div {}
.top_official p {
  padding: 20px;
}
.top_official p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #6EB92C;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.top_official p a {
  margin: 1em auto 0;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 0.5px solid #6EB92C;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/*ボタン内spanの形状*/
.top_official p a span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #6EB92C;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
.top_official p a:hover span {
  color: #fff;
}
.top_official p a:hover::after {
  color: #fff;
}
.top_official p a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #6EB92C;
  z-index: 3;
}
/*== 背景が流れる（左から右） */
.top_official p a.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #6EB92C;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.top_official p a.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /* about */
  .top_about_bg {
    padding: 6em 0;
    background-image: none;
    background: linear-gradient(50deg, #000 0%, #000 40%, #fff 40%, #fff 100%);
  }
  .top_about {
    width: calc(90% - 50px);
    max-width: calc(1200px - 50px);
    padding: 0 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .top_about_ttl {
    position: absolute;
    top: 0;
    left: -10px;
    width: 40px;
    margin: 0;
    letter-spacing: 3px;
    font-size: 7rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
  }
  .top_about_img {
    width: 55%;
    margin: 0;
  }
  .top_about_txt {
    width: 40%;
    margin: 0;
  }
  .top_about_txt div {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .top_about_txt div:before {
    left: -12.5%;
    width: 10%;
  }
  .top_about_txt p {
    margin: 0.5em auto 1em;
  }
  .top_about_txt p span {
    font-size: 2.8rem;
    line-height: 1.6;
    margin: 0 auto 0.3em;
  }
  .top_about_txt img {
    width: 90%;
  }
  .top_product_bg {
    margin: 0 auto 0;
    padding: 4em 0;
    background: url("https://gigaplus.makeshop.jp/sofmix/img/top/product_bg.webp") center / cover;
  }
  .top_product_ap {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 60%;
  }
  .top_product {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top_product_img {
    width: 32%;
    padding: 0 0 0 8%;
  }
  .top_product_img img {
    display: block;
    width: 85%;
    margin: 0 auto 0 0;
  }
  .top_product_img div {
    width: 90%;
    margin: 0 auto 0.5em;
    line-height: 1.3;
    letter-spacing: 8px;
    font-size: 7.0rem;
  }
  .top_product_img p {
    width: 90%;
    font-size: 2rem;
  }
  .top_product_img p span {
    font-size: 4rem;
  }
  .top_product_txt {
    width: 50%;
    margin: 0;
    padding: 0 10% 50px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .top_product_txt div {
    margin: 0;
    width: 45%;
  }
  .top_product_txt p {
    line-height: 1.8;
    width: 50%;
  }
  .top_product_txt p span {
    font-size: 2.2rem;
  }
  .top_product_txt p a {
    margin: 1.5em auto 0;
    padding: 10px 70px;
    width: auto;
  }
  .top_product_txt p a span {
    font-size: 1.6rem;
  }
  .top_official_bg {
    padding: 5em 0 0;
  }
  .top_official {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .top_official div {
    width: 50%;
  }
  .top_official p {
    padding: 0 5%;
    width: 40%;
  }
  .top_official p span {
    text-align: left;
    line-height: 1.4;
    font-size: 2.5rem;
  }
  .top_official p a {
    margin: 1em auto 0;
    padding: 10px 60px;
    width: auto;
  }
  /*ボタン内spanの形状*/
  .top_official p a span {
    text-align: center;
    font-size: 1.6rem;
  }
}